Creating a project in C
Index
‹
Visual C++
‹
Visual C++ General
Author
Message
Avi888
Posted: Visual C++ General, Creating a project in C
Top
Hi
How can I create a project in C in visual studio
Visual C++15
Peter Ritchie
Posted: Visual C++ General, Creating a project in C
Top
File/New project. Select the correct language, if C++ isn't the default. Create an empty project, then add a .C file to it.
Index
‹
Visual C++
‹
Visual C++ General