anasolomon / cpp_class_exercise1

Diverse programming exercises designed each to teach something specific from the C++ language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth

In this program the user will have to insert a password (made of four integers) twice, if the second password corrisponds with the first then he can proceed to the menu:

  1. To terminate the program
  2. To access the vault (by inserting his password, if password wrong then return to menu)
  3. Change password (by first inserting the old password,if password wrong then return to menu)

About

Diverse programming exercises designed each to teach something specific from the C++ language.


Languages

Language:C++ 100.0%