Need some help with text based rpg[quote]If you want to start with games... don't use the console.[/quote] I'll second this. I spent ...
Help about program for cubeWell now you can easily get the entire number by multiplying firstnumber by 100, secondnumber by 10,...
Displaying result of addition of vectorsI think your problem is that std::cout doesn't recognize your CVector2D class. So you use the << ope...
Output results wrong for arrayI believe your myData array should be type int.
Writing my own strstr function that finds multiple matchesAh, I see. I tried initializing stringtable a few ways, but never exactly like that. Anyway, that di...