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 :)
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 :)
Create a custom theme





this is a common issue : turn off use of unicode unless you are using unicode charset
Configuration Properties ->General->Character Set->Not Set