- #1
Firestrider
- 104
- 0
Is there anyway to open a <name>.c file and compile/run it in VC++ 2008 EE without any extra steps?
After messing around with it, it seems I have to first make a Win32 console application, rename all my files from .cpp to .c, and then change the file to compile as c.
I know I could do this easily with DevC++ but I just want to get familar with VC++ and right now its getting me frustrated.
After messing around with it, it seems I have to first make a Win32 console application, rename all my files from .cpp to .c, and then change the file to compile as c.
I know I could do this easily with DevC++ but I just want to get familar with VC++ and right now its getting me frustrated.