![]() |
| 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.
