+ Reply to Thread
Results 1 to 4 of 4

Thread: How to set up Visual C++ for a Console Application

  1. #1
    Csabi's Avatar
    Csabi is offline Learning Programmer
    Join Date
    Jun 2010
    Posts
    60
    Rep Power
    7

    How to set up Visual C++ for a Console Application

    This lesson is about setting up Visual C++ for a console application. Console applications are the easiest C++ program so this is the best way to start.

    First it`s good to create a folder for your projects (anywhere you want), then go to:
    File >> New >> Project... and select Win32 Console Application:
    At the bottom give a name for your project, same as the solution name. At the location browse and select your projects folder to place the new project in.

    Then click Ok, then next (NOT finish), and check in the Empty project checkbox:
    Then on the Solution Explorer (at the left side) right click on Source Files and select Add >> New Item...
    Select C++ File (.cpp), name it whatever you want (I will call it main) , then click Add
    And this is it, now just expand the Source Files folder and double click on your file (what I`we called main) and start coding !
    Don`t forget to save your project (go to File >> Save all or press Ctrl + Shift + S).
    To debug and start your program press F5, for sure when you will write one.

    Check out the video tutorial, too:

    Check out the original post: C++ Lesson 2 - Set up Visual C++
    Last edited by Roger; 08-19-2010 at 11:26 AM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Pagn is offline Newbie
    Join Date
    Jul 2010
    Posts
    3
    Rep Power
    0

    Re: How to set up Visual C++ for a Console Application

    I already knew this...

  4. #3
    Join Date
    Oct 2010
    Location
    United States
    Posts
    25
    Rep Power
    5

    Re: How to set up Visual C++ for a Console Application

    Well this is for the people that don't know how to do this? And Thanks!
    Last edited by CuzImAwesome; 10-21-2010 at 10:38 PM.

  5. #4
    VakhoQ's Avatar
    VakhoQ is offline Programmer
    Join Date
    Oct 2010
    Posts
    117
    Rep Power
    0

    Re: How to set up Visual C++ for a Console Application

    If Someone is In Ubuntu, There are tutorial how to run programms width console. Or you could download Eclipse C++, I think, that's very good proggram.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to make a DOS console application using PHP?
    By Melinanushka in forum PHP Development
    Replies: 4
    Last Post: 10-14-2011, 05:53 PM
  2. Beginner C# : Application Launcher (Console Application)
    By Jarryd in forum CSharp Tutorials
    Replies: 7
    Last Post: 06-19-2011, 10:49 AM
  3. Beginner Visual C# : Basic Log Files (Console Application)
    By Jarryd in forum CSharp Tutorials
    Replies: 5
    Last Post: 05-12-2011, 02:54 AM
  4. C# Console Application (BattleShip)
    By Combinu in forum C# Programming
    Replies: 7
    Last Post: 01-02-2011, 04:02 AM
  5. Simple console application.
    By Psynic in forum CSharp Tutorials
    Replies: 5
    Last Post: 06-01-2009, 10:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts