• 0

Getting a .C File to Compile


Question

I have a .C File that I want to compile in Visual Studio .NET although the problem is I cant seem to find how to compile/run it. Apart from creating a new project is there an easy way to compile and run it. Any help would be greatly appiciated. Thanks in Adance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

One method (easiest), is to access Program Files, Visual Studio and execute the .NET command prompt shortcut.

A command prompt window will appear. Type "cl x.c" to compile. Check the cmd for additional compiler options. :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.