c++ - Visual Studio runs wrong file -
this question has answer here:
as can see in screenshot, have 2 files. want run source2.cpp, vs runs source1.cpp. how can make run file want? i'm using vs 2013.
cpp files source files, , not executable. source files added project , compiled together. of source in of included files added resulting assembly or executable building. run executable, don't run .cpp file. don't run .h file or .vcxproj or else. executables run.
.exe files executables.
Comments
Post a Comment