First off, I'm new to C++. I'm taking an intro class at university and have discovered something odd after installing Visual Basic 2008 Express on my laptop.
Here's what I'm doing:
New Project --> Win 32 Console --> Empty --> Add New item --> C++ File
In my new C++ File I'm copy/pasting some very simple code and run it using CTRL-F5. this works fine.
i then select it all and copy/paste some other code I have that is equally simple. I save and then use CTRL-F5 again.
This time it runs the old code that I had deleted and nothing I do can get it to run what's on screen...even if i put in some clear errors that should be called out upon compiling.
I'm probably missing something simple...can you guys help me out?