Help with basic GUIsYou 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 endingYou never opened a file in fin, rather in infile. Try changing/removing fin. [quote]!infile.eof()[/q...