User profile: SirCapsAlot

User info
User name:SirCapsAlot
History
Joined:
Number of posts:6
Latest posts:

Random Number Game (The random part)
while ( loop_int < 1 ) { int rand_int = rand() % 20; cout << rand_int << endl; }

Structures???
yea you got it... and i like Duoas your metaphores...ok desichor7..think of this... you have Bird...

limit on array size
you double posted twice...try to minimize that :P

Nice Programe to print out numbers
you need to learn how to structure your code more nicely also, you should change #include<iostrea...

[SOLVED] How to let user name text files
It is pretty apparent to me. in the do loop starting at 32, you aren't taking user input, so the...