User profile: rjvc

User info
User name:rjvc
Bio:LOVES game programming! software engineering , embedded programming etc. I'm currently an electronics engineering student :)
History
Joined:
Number of posts:107
Latest posts:

Help with basic GUIs
You didnt loop for it to stay on the screen, so it would close immediately. For more: http://lazyfoo...

swapping variables is messing things up..
Actually, it's indifinite. You never initialize a value for j, causing it to go haywire.

Retiring as a Senior C++ Software Engineer?
That's crab mentality and that's bad. Being selfish does not make the company become better. [quote]...

User Input Arrays Task
else if(familyAges[i]=>4 && <11) { ////you dont do that it should be familyAges[i]=>4&&familyA...

While(!fin.eof ()) Loop not ending
You never opened a file in fin, rather in infile. Try changing/removing fin. [quote]!infile.eof()[/q...