Question: write a C++ program on Linux system that keeps a database of super heroes. When the program starts, your program will ask the user to
write a C++ program on Linux system that keeps a database of super heroes. When the program starts, your program will ask the user to enter the name of an output file, and then the program will enter a user-controlled loop. Inside of the loop, the program will ask the user to enter several details about a super hero: The name of the hero, stored as a c-string. The real (given) name of the hero, stored as a c-string. The super power(s) of the hero, stored as a c-string. The year and month of the heros first appearance in media, stored as a double (see below). The last name(s) of the creator(s), as a c-string. The publisher, stored as a c-string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
