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?