Program Skipping getline StatementWhen I add this: [code] std::cin.ignore(std::numeric_limits<std::streamsize>::max(), '\n'); [/code] ...
Program Skipping getline StatementThanks! I can look at that. Do you know how to get it to properly write to a file?
Program Skipping getline StatementOk, so here is my program. [code] #include <iostream> #include <iomanip> #include <string> #include...
Program Skipping getline StatementI tried that and the same thing happened...thanks though!
Program Skipping getline StatementI am working on an encryption code and am just about done. Now I just need to ask the user what to n...
This user does not accept Private Messages