Closed Thread
Results 1 to 4 of 4

Thread: Microsoft Visual C++ Express Edition Beta 2

  1. #1
    Hunter100 is offline Programming Professional
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    289
    Rep Power
    0

    Exclamation Microsoft Visual C++ Express Edition Beta 2

    Okay well I install it on my laptop (using Vista) and I need help with compiling.

    Do I choose an empty project or a Windows Form Application or a Makefile Project or what?


    I'm lost simply lost...

    Any help would be great...


    Thanks.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    exicute's Avatar
    exicute is offline Programming Expert
    Join Date
    Jan 2010
    Location
    Ohio
    Posts
    398
    Rep Power
    10

    Re: Microsoft Visual C++ Express Edition Beta 2

    What you choose depends on the type of program you are creating.

    Typically if you are a beginner you make console applications since there is no GUI and it's all text-based.

    Here is my tutorial on how to make a simple console application. (No need to watch beyond the creating of the source file since I'm assuming you're beyond that.)

    Empty project basically means that all the sub-folders of the project will be empty and no extra files will be created at the creation of the project folder.

    **Note** If someone wants to elaborate on all the types of programs one could create and the initial project type one should select be my guest.

    My Tutorials|Build A Computer|Cat 5E|

  4. #3
    Hunter100 is offline Programming Professional
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    289
    Rep Power
    0

    Re: Microsoft Visual C++ Express Edition Beta 2

    So I choose a Win32 Console Application, then enter the code, then debug?

    Or do I Build?

    Once again...lost

  5. #4
    exicute's Avatar
    exicute is offline Programming Expert
    Join Date
    Jan 2010
    Location
    Ohio
    Posts
    398
    Rep Power
    10

    Re: Microsoft Visual C++ Express Edition Beta 2

    I would first build, this will compile the code and let you know if your program will run (Not nessecarily run correctly, but no syntax errors are present.)

    Debugging will first compile as build does then it will create a temporary executable and "run" it, letting you see what your program would do if it was an executable as that time.

    Yes, choose Win32 Console Application, create the source file, then begin coding. After that you build to check for errors then debug to test for bugs.

    **Note** The code in that tutorial is C, not C++. However, the concepts remain the same.

    My Tutorials|Build A Computer|Cat 5E|

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Visual C# 2010 Express Edition
    By Tonchi in forum C# Programming
    Replies: 3
    Last Post: 03-04-2011, 02:57 PM
  2. Question about Visual Studio Express Edition
    By bloodchains in forum General Programming
    Replies: 1
    Last Post: 11-11-2009, 01:59 PM
  3. Visual C# 2008 Express Edition setup?
    By ahmed in forum C# Programming
    Replies: 5
    Last Post: 11-23-2008, 06:23 AM
  4. Visual Studio 2005 Express Edition
    By Crane in forum Software Development Tools
    Replies: 9
    Last Post: 05-25-2006, 04:17 PM

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