Thread: vc++

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    266

    vc++

    in vc++ is the code standard different?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    What do you mean?
    There is only one C++ standard.

    Ancient VC++6 supports it very badly.

    Current VC++.Net supports it pretty well.

  3. #3
    Programmer
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    33
    Yea I wouldn't use VC++ or any of Microsoft Products, but hey thats just me. Use Dev C++ (FREE!) or Borland C++ Builder 6.
    (Expert Visual Basic Programmer)
    (Newbie C/C++ Programmer)

  4. #4
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    Quote Originally Posted by dimirpaw
    Yea I wouldn't use VC++ or any of Microsoft Products
    Arghghghgh!!!
    Use Visual Studio, Use Visual Studio, Use Visual Studio,
    Use Visual Studio, Use Visual Studio, Use Visual Studio,
    Use Visual Studio, Use Visual Studio, Use Visual Studio!
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  5. #5
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Quote Originally Posted by dimirpaw
    Yea I wouldn't use VC++ or any of Microsoft Products, but hey thats just me. Use Dev C++ (FREE!) or Borland C++ Builder 6.
    Haha, *cough* (Expert Visual Basic Programmer) *cough*

    I would start with Dev C++ too. Using VC++ is when you're just trying to learn is pointless. Of course once you get into major projects it would probably be wise to get used to VC++ and its abnormal ways. (I hear its used in the industry a lot). (I read it using VC++ is liking learning language). (There are forums dedicated to VC++ problems).
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

  6. #6
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    VC++ rules. It's the best IDE and compiler EVER!!!
    Not 'cause of the industry, it simply awesome!
    And i have also used DevC++ and Borland for a couple of years, and i know VC++
    is the best. It Is!
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  7. #7
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    VS.NET breaks quite dramatically from Microsoft's history. It's very well made - I'd recommend it for just about any project. If you don't want to spend that much money, Dev-C++ is also very good but lacks a visual editor and some very powerful features.

  8. #8
    Registered User
    Join Date
    Aug 2005
    Posts
    266
    yep, the visual editor is nice

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to show line no in VC ++
    By mpushkar in forum Tech Board
    Replies: 1
    Last Post: 12-17-2006, 09:33 AM
  2. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  3. Can't compile this with VC 6.0
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2003, 07:43 PM
  4. VC 7.0 and templates
    By Mongush in forum C++ Programming
    Replies: 12
    Last Post: 03-11-2003, 10:32 AM
  5. Why VC?
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 04-15-2002, 05:24 AM