How to create solution for a single C++ file?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi: I am a newbie in VS C++.NET. A silly question. How can I compile a single C++ file and build a solution downloaded from Internet please? Thanks in advance! Asura
If you have an "example.cpp" file create a new (console) application and replace the new source file with your own file. Good luck!