Results 1 to 4 of 4

Thread: Help in choosing type of project closer to C.

  1. #1

    Thread Starter
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

    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.

  2. #2
    Addicted Member
    Join Date
    Jul 2001
    Posts
    158

    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..

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Help in choosing type of project closer to C.

    Probably simpler to create an empty project and add the files manually.

  4. #4

    Thread Starter
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

    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
  •  



Click Here to Expand Forum to Full Width