User: MetalMilitia

  • Public profile

User profile: MetalMilitia

User info
User name:MetalMilitia
History
Joined:
Number of posts:15
Latest posts:

File I/O and While Statement
Don't read a file like this: [code]while (!num_list.eof()) { num_list >> number; //other ...

My code is too exact? Please help.
Not sure why you deleted your post, Exotath. If you are still looking for an answer, check out strea...

making a poll
kingkong200, your code is redefining the countyes and countno variables within the if/else block, so...

Question about this code
You are seeding the random number every time you call [code]coinToss()[/code]. Move the following c...

Help with fakelogin
See the edits I made (commented). [code] #include "stdafx.h" #include <iostream> #include "windows....

This user does not accept Private Messages