help with three games menu programLine 21 and 44, Why do you have two int main() ? You can only have one int main().
Array storageWhat I would do is first initialize an array of x elements. Then using a loop, get the user input ...
Conversion tableLine 6, that '/' is not a legal character for creating variables. You can change it to [code] float...
opening/reading from a filechange lines 4 and 5 to these: [code]ifstream myfile; myfile.open("president.txt");[/code]
Need to combine two programs to make one shape/programYou just had to copy the bottom part and paste it at the end of you first part and delete already d...
This user does not accept Private Messages