Is it possible to compile a single .cpp (not a project) in visual studio 2008? Also will using visual studio cause problems executing code on a unix system?
I am making my first c++ "hello world" program and I am attempting to use visual studios. Am I going to have to make a project for every little thing I program?
It almost seems like a joke to have resource.h, stdafx.h, app.ico, app.rc, AssemblyInfo.cpp, stdafx.cpp, and Hello.cpp just for "hello world" lol.
Thanks for your help and advice on the matter. =)