C Board  

Go Back   C Board > General Programming Boards > C Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 02-11-2003, 02:01 PM   #1
Registered User
 
Join Date: Oct 2002
Posts: 12
How can I compile C or C++ with Visual Studio .NET?

I have hard time to find the instruction or tutorial on how can I compile C or C++ with Visual Studio .NET. The manual come in with .NET is joke.

Please help? I want to start on C programming but I cannot find how to compile C. Thank you. I usually use MVC++ to compile C for me but MVC++ CD scratched and cannot install it anymore so I bought new product, VS.NET but couldn't find any instruction or tutorial on how to compile C in VS.NET on net (I did search thur google and no luck)

Last edited by Dakkon; 02-11-2003 at 02:03 PM.
Dakkon is offline   Reply With Quote
Old 02-11-2003, 02:08 PM   #2
Registered User
 
Vber's Avatar
 
Join Date: Nov 2002
Posts: 807
What's the real problem?
You don't have a lot of options, join in file, create a new project, create a new source file for the project, and compile, what's the problem?
Vber is offline   Reply With Quote
Old 02-11-2003, 02:11 PM   #3
Registered User
 
Join Date: Oct 2002
Posts: 12
Pick C++ project then which template? is it Win32 application template?
Dakkon is offline   Reply With Quote
Old 02-11-2003, 02:21 PM   #4
Registered User
 
Join Date: Oct 2002
Posts: 12
What did I do is pick C++ project > Win32 application template > change to Console application and empty project in application setting > right click on empty source folder > Add > Add New item > Visual C++ folder > C++ file (since no .c so I pick that one) > add C codes and I cannot compile since compile feature is not in that "Build" tab..

I tried everything and nothing luck. I even save the source as .c in "save as" file but no compile.. Thanks.
Dakkon is offline   Reply With Quote
Old 02-11-2003, 02:31 PM   #5
Registered User
 
Vber's Avatar
 
Join Date: Nov 2002
Posts: 807
You tried to compile with the command line compiler that comes with Visual C++?
Vber is offline   Reply With Quote
Old 02-11-2003, 02:33 PM   #6
Registered User
 
Join Date: Oct 2002
Posts: 12
I am not sure what you mean by that. I just bought .NET today and I just start to learn how to programming C today with Dietel book.
Dakkon is offline   Reply With Quote
Old 02-11-2003, 02:42 PM   #7
Registered User
 
Vber's Avatar
 
Join Date: Nov 2002
Posts: 807
Here, you can search exactly how to compile with Visual C++.NET on your system:

http://msdn.microsoft.com/library/de...gccprogram.asp
Vber is offline   Reply With Quote
Old 02-11-2003, 02:49 PM   #8
Registered User
 
Join Date: Oct 2002
Posts: 12
Quote:
Originally posted by Vber
Here, you can search exactly how to compile with Visual C++.NET on your system:

http://msdn.microsoft.com/library/de...gccprogram.asp
Many thanks Vber! I never think to check that msdn site. Sorry to waste you time :\
Dakkon is offline   Reply With Quote
Old 02-11-2003, 02:58 PM   #9
Registered User
 
Vber's Avatar
 
Join Date: Nov 2002
Posts: 807
You dont need to sorry dude
It's not waste of time.

Ahh, and welcome to Cprogramming.
Hope you enjoy.
Vber is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Console Font Size bradszy Windows Programming 34 04-26-2008 07:09 AM
Can we have vector of vector? ketu1 C++ Programming 24 01-03-2008 05:02 AM
multiple errors generated by socket headers nocturna_gr Windows Programming 5 12-16-2007 06:33 PM
Microsoft Visual Studio .NET HELP!! mrafcho001 Tech Board 8 03-15-2005 02:16 PM
<list> Unregistered C++ Programming 9 02-24-2002 04:07 PM


All times are GMT -6. The time now is 04:09 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22