|
-
Sep 24th, 2008, 10:47 AM
#1
Thread Starter
Hyperactive Member
Help in choosing type of project closer to C.
Hi guys. I'm presently doing some programming in C using DevC++ compiler. however im also trying to do the equivalent in microsoft C++ visual studio 2008 and im a little confused as to the type of project to create. what im doing in C is nothing like a window application, but rather a console application that could run from the command prompt. When i try to create a console application in VS 2008 c++, im seeign two options: win32 or clr console application.
What is the difference between these two and which one is closer to C (DevC++) so my programs would run without any modifications.
Jennifer.
-
Sep 24th, 2008, 12:44 PM
#2
Addicted Member
Re: Help in choosing type of project closer to C.
i have vs2005, and go to File > New Project. expand Other Languages > Visual C++ > Win32 and select Win32 Console Application. not sure how different 2008 is..
-
Sep 25th, 2008, 06:50 AM
#3
Re: Help in choosing type of project closer to C.
Probably simpler to create an empty project and add the files manually.
-
Sep 26th, 2008, 01:11 PM
#4
Thread Starter
Hyperactive Member
Re: Help in choosing type of project closer to C.
Thanks guys, i got something to work with the win32 console.
Regards,
Jennifer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|