CodesChart Batch File C++ Flowchart VB6 Others About Privacy Policy

Tuesday, September 26, 2017

CodesChart

Codes Chart Purpose

Is to create a basis off every programming in-spiry to help them understand the flow of every programs or system. In programming world their is a lot of systems like grading system, ordering system, ticketing system, etc... Codes chart is meant not just for programming students but also for those, who are not into programming course but they had to do simple coding task to do their works. Like for example is statistician for analyzing data to do statistical works

To be one of the stronghold of learning fundamentals and reference for student and all inspiring programmer someday. To encourage young ones to pursue their dreams and never give-up. Be passionate on things that they working, thinking that enough is not enough. Be hungry to learn lot new things. To develop everyone's programming skill and fully standards every systems from being a MVP to a Larger Project Systems. To nurture young minds in programming and developing things that they didn't know they could.

Codes Chart Facebook Page
Codes Chart Facebook Page

If your having trouble to find this blog you can like my FB page, which is connected to Codes Chart their you can see every blog post separately as a normal page post each post has link to its respected blog post. Then never be bother to get notification for new upcoming blog post in the future. The Codes Chart facebook page serve as a bookmark of every post. Also if you'll like I also accepting donation to get a custom domain for better user experience for the blog I accept both cash and bitcoin my wallet Addresses in the bottom. 

Login system with attempt Flowchart

Login system with attempt flowchart
Login System with Attempt
Now I was planning to teach you guys on how to develop a flowchart of a "Login system with attempt" as a starting process of most database connected project. On my last post you see a "Basic Flowchart of Grading System" will basically it was posted on the home page. You may aware of what will you may see about whatever I plan to post every time. But don't worry I teach you the easiest way to how to understand on how it make like I did last on last post.

Well as may I concern you already familiar with the shapes right? As you may see our terminator is named "Login". Why...? Because were about to start a process for a login system so the terminator should follow the name of the system that its going to process. You may also able to notify the ending terminator is named "End". Its declaring the ending of the process of our login system. But why their is a new shape its called "Predefined Process". It was mostly used as a pointer to a new process as you may see at the example above. Their is a terminator named "Main Form" as same as in the one inside our predefined process. As now you may already guessed by looking the example that it was a new flowchart and yes it is. Because predefined process means you are about to go to a new process. If we are about to use predefined process to C++ it was defined as a class or sub process, but in this case I used it to perform the success of logging in from login form to main form.