Skip to content

A simple User Registration & Login system build using OOP & File Handling concepts in C++ . (Feel free to fork & make changes , don't forget to make a PR.)

Notifications You must be signed in to change notification settings

khushi0704/UserLogin-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

UserLogin-system

A simple User Registration & Login system build using OOP & File Handling concepts in C++ . (Feel free to fork & make changes , don't forget to make a PR.)

Concepts Used

  • Basic C++ Concepts (Header files , Conditional & Iterative Statements)
  • Object Oriented Programming
  • File Handling

Steps Involved :

  • Create a cpp file in VS Code using any name.
  • Create a class & create variable & Functions to call upon.
    • all main variables in private , everything else public.
    • in int main() , call those functions by creating objects.

About

A simple User Registration & Login system build using OOP & File Handling concepts in C++ . (Feel free to fork & make changes , don't forget to make a PR.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages