Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics


Slow start...

Posted by Saint Retro, 12 February 2009 · 45 views

Back when I was learning C++ I was using Visual C++ 6.0.  It was very easy to compile and run a program I think I could hit F5 to do it all.  I am using Visual Studio.net 2008 and I can't work out how to run a program!!!
I have clicked build solution and it says succeeded but I cant work out how to run it! Talk about falling at the first hurdle.

EDIT: Just hit F5 and it tried to run, like most console apps it flashes up and vanishes, I guess 'll try and add some kind of function to wait for a key press so I can see if my projects work ¬_¬

EDIT2: Used System.Console.Readkey() to sort previous issue out. Already learned something :)




You can't get the compiler building the project:
this is a common issue : turn off use of unicode unless you are using unicode charset
Configuration Properties ->General->Character Set->Not Set
That helped, thanks a lot.
PARTNERS