Hi, I've recently started learning C++ and though I have been sticking to command line stuff so far, would now like to have a play with the IDEs I've downloaded, Dev-C++ and the Microsoft stuff.
When I installed Visual C++ 2005 Express edition a while back, I must have set it up so that .cpp files open up in an external editor Notepad++. I no longer want this to happen, as I want to just be able to view source in the IDE itself and be able to press a function key to compile and run as I do in Dev-C++. However, I cannot find the option to stop this happening. Can anyone help?
Thanks.
Rob