Limitation of my c++ program? How would I find this out?I'm not very sure about this topic, but... Well, try starting with a large number and see how large ...
gets() serves! cin.getline() evil! HELP!Well, try using cin.ignore() and/or cin.clear(), search about these in the forums.
PLEASE HELP Text to morse code translationTake this as an example [code]#include <iostream> #include <string> using namespace std; int main(...
Console Game: "Skeptor". Wanting code revision and opinions/suggestions [v0.7.3]Well, I haven't done very much, sorry :c I'll maybe continue some day soon. I got kinda bored of thi...
How to deal with EVERY bad input?Well, I would suggest you this: Always scan for strings using getline, then convert the numbers into...