• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone use MS Visual Studio 2005?

Barfo

Lifer
I'm taking a C++ course and since this computer has MS Visual Studio installed I figured I'd use it for the course assignments, the problem is that to make simple programs (really basic stuff, like Hello world) I have to make a new project and add a C++ source file to it, but if I try adding another file it refuses to run it and I get some error and it is a hassle to make a new project for each program that I do, specially if it's just 20 lines long, what am I doing wrong?
 
Try also having a generic project and just rename the old source file when finished.
Create a new source file with the original name.
 
Back
Top