User profile: dawtsf1187

User info
User name:dawtsf1187
History
Joined:
Number of posts:43
Latest posts:

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 cube
Well now you can easily get the entire number by multiplying firstnumber by 100, secondnumber by 10,...

Displaying result of addition of vectors
I think your problem is that std::cout doesn't recognize your CVector2D class. So you use the << ope...

Output results wrong for array
I believe your myData array should be type int.

Writing my own strstr function that finds multiple matches
Ah, I see. I tried initializing stringtable a few ways, but never exactly like that. Anyway, that di...