Thread: Visual C++ 2008 Express questions...

  1. #1
    Registered User
    Join Date
    Sep 2008
    Posts
    42

    Visual C++ 2008 Express questions...

    I just bought a new laptop, but it comes with Vista installed.

    I already have Visual Studio 6 but I don't want to hassle with it's installation on Vista. So I been looking and found that Visual C++ 2008 Express is compatible with Vista. It also seems like it's free. So my questions are:

    1. Is it really free? No trial period or anything?

    2. If it is free, how do you they make money off of it? I notice it has some functions that are unavailable, is that why it's free? I only need a compiler and IDE to work on my Vista laptop to make a text adventure game.

    Any information on VC 2008 would be greatly appreciated. I won't be using Dev-C++ anymore. I really like Microsoft's Visual C++ because it finds more compiler warnings than Dev does.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    It is free, and you can sell what you create with it.

    >> If it is free, how do you they make money off of it?
    Perhaps one day, you will be in a position to decide what development tools a company purchases. They are hoping you will choose what you know and have experience with. Or perhaps you simply want to try some of the features not part of the express edition.

    gg

  3. #3
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Not to mention you should get the h*ll away from VS6 asap
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    It's complete free, no strings attached.
    There's also a Standard/Pro/Enterprise version of Visual Studio, which aren't free. Those are more for companies, or such.
    Express just doesn't contain some more advanced stuff like team testing and MFC.

    But if you're a student, you can get Pro for free.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #5
    Registered User
    Join Date
    Sep 2008
    Posts
    42
    wow. that is awesome. Thanks for all the info. you are all a great help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VS 2008 Express with 2005 PSDK
    By Mario F. in forum Tech Board
    Replies: 2
    Last Post: 10-11-2008, 12:29 PM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. Replies: 10
    Last Post: 11-23-2007, 12:13 AM
  4. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  5. MS Visual C++ 6 wont include vector.h in a header file
    By bardsley99 in forum C++ Programming
    Replies: 9
    Last Post: 11-06-2003, 12:05 PM