View Single Post
Old Jun 6th, 2006, 1:19 PM   #2
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
Quote:
I have Visual Studio, but it is driving me nuts, and doesnt like to show output on the console unless i do a scanf .
Put std::cin.get(); before exiting main().

Also take a look at Bloodshed Dev-C++ or Code::Blocks.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote