Thread: VC express 2008

  1. #1
    Registered User
    Join Date
    Jul 2009
    Posts
    1

    VC express 2008

    Hi there,

    What do yuo think of VC express 2008, or basically VC 2008, i am no expert in C++ or VS but as far as i can see you can either use it as a .NET application(CLR) or a standard C++ application??

    Any other comments on it, dependencies etc..?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What kind of opinion are you asking for?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    That's what I use for C++ on Windows.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  4. #4
    C++11 User Tux0r's Avatar
    Join Date
    Nov 2008
    Location
    Sweden
    Posts
    135
    I use GCC everywhere with a good text-editor like gedit, but VS can be OK if you set it up to standard C++, I don't know why you would use it though when there's better alternatives.

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Tux0r View Post
    ...but VS can be OK if you set it up to standard C++, I don't know why you would use it though when there's better alternatives.
    ...Wait, what?
    First off, VS2008 does follow the C++ standard with no "set up" required. It has a few extensions, but what compiler doesn't?
    And about the whole "better alternatives" part - that is YOUR opinion. There is no fact that it is inferior to other alternatives. In fact, it's actually a highly RECOMMENDED IDE.
    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.

  6. #6
    Registered User
    Join Date
    Apr 2007
    Posts
    137
    Quote Originally Posted by Tux0r View Post
    I use GCC everywhere with a good text-editor like gedit, but VS can be OK if you set it up to standard C++, I don't know why you would use it though when there's better alternatives.
    Are you joking ?
    VS.NET 2008 is 10* better than anything else nowadays !
    All Big Companies have only VS licences. (we are not anymore in 90's with VC++ 1.52...)

  7. #7
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Alex31
    VS.NET 2008 is 10* better than anything else nowadays !
    You should substantiate your statement such that you compare the alternatives and show that your comparison metrics really do result in a factor of ten difference compared to the next best. Otherwise, you should merely state that in your opinion it is the best. You also should state what exactly you mean by "VS.NET 2008", especially since rikroll's question is not clear whether it is the compiler or the IDE that is in question.

    Quote Originally Posted by Alex31
    All Big Companies have only VS licences.
    The combination of "all" and "only" means that it is quite easy to prove that your assertion is false.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. No Input window for cin>> For Express 2008
    By surefall in forum C++ Programming
    Replies: 0
    Last Post: 04-21-2009, 11:55 AM
  2. VS 2008 Express with 2005 PSDK
    By Mario F. in forum Tech Board
    Replies: 2
    Last Post: 10-11-2008, 12:29 PM
  3. Visual C++ 2008 Express questions...
    By edomingox in forum C++ Programming
    Replies: 4
    Last Post: 10-03-2008, 08:35 AM
  4. Replies: 6
    Last Post: 05-28-2008, 02:54 AM
  5. Visual Studio Express 2008 problems.
    By Normac in forum C++ Programming
    Replies: 2
    Last Post: 08-08-2007, 10:41 AM