Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2a
Created by: John Smith
Hello! Welcome to our Investment Company
Enter your username:
Enter password:
Invalid Password. Please try again
What would you like to do?
DISPLAY the client list (enter 1)
CHANGE a clients choice (enter 2)
Exit program.. (enter 3)
Clients Name Service Selected:
Selected Option
Enter the number of the client that you wish to change
Please enter the client's new service choice (1 = Brokerage, 2 = Retirement)
Exit Code:
0