Completed
- Building the Navigation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Project - Login and Registration - In-Depth Explanation
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction to video
- 2 - Login and Registration app walk-through
- 3 - Creating the project
- 4 - Building the UI
- 5 - Building the Navigation
- 6 - Building the Registration form logic
- 7 - Testing Registration
- 8 - Building Login form logic
- 9 - Parsing the data
- 10 - How to use strcmp method
- 11 - Testing Login form and fixing bugs
- 12 - DRY principle example Don't Repeat Yourself
- 13 - Tips and bugs