Thread: Newbie Question.

  1. #1
    Programmer
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    33

    Newbie Question.

    Hello! I have choosen to learn C++ at last after being an Expert in Visual Basic, I wanted to do more then just apps. and small games. I own Borland C++ Builder 6 and Visual C++ 6.0 which came with the VS 6 I got for Visual Basic.

    I wanted to know what I should be using? Borland? or VC++? This isn't another one of those VS's, I read somewhere on here that Microsoft Compilers work a lot diffrently then others and don't support any new code.

    Thanks!

  2. #2
    Registered User
    Join Date
    Nov 2005
    Location
    Alpine, TX
    Posts
    31
    borland is a good compiler and if you already have builder then I would use that. The only other compiler I have used is Dev-C++ which also is ok but pretty sketchy with random numbers.

  3. #3
    Programmer
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    33
    Alright! I better install it then. I cannot wait to get started on C++! I was woundering though in Builder how do you make the IDE look a lot better, not all apart?

  4. #4
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Dev-C++ isn't sketcy with random numbers... what are you talking about?

    I'd definately recommend Dev-C++, it uses the MingW port of the GCC compiler, which is native to linux (and is the defacto standard for compilers IMO)
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  5. #5
    Programmer
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    33
    So Dev-C++ over Borland C++ Builder 6? I already own Borland C++ Builder 6 so should I go with dev anyways?
    (Expert Visual Basic Programmer)
    (Newbie C/C++ Programmer)

  6. #6
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Quote Originally Posted by dimirpaw
    So Dev-C++ over Borland C++ Builder 6? I already own Borland C++ Builder 6 so should I go with dev anyways?
    Definetly, Dev-C++ is free (and I'd use it over Borland) too. Make sure to get the newest version (even if its beta).
    Warning: Have doubt in anything I post.

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

  7. #7
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    There is also another compiler called code::blocks, I tried it and it works pretty good, it has more options and less "sketchy" as dev C++ , but I went back to Dev C++ because of its simplicity. Dev C++ i would have to say is better than borland or VC++, well anyways go for Dev C++, if you dont like it go back to another.

  8. #8
    Programmer
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    33
    Ok I'll give Dev C++ a shot, if I dislike it I'll go back to borland, but I'm not going to use VC++ anytime soon.
    (Expert Visual Basic Programmer)
    (Newbie C/C++ Programmer)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Stupid Newbie question
    By TimL in forum C++ Programming
    Replies: 4
    Last Post: 07-22-2008, 04:43 AM
  2. C prog newbie question
    By Draginzuzu in forum C Programming
    Replies: 1
    Last Post: 02-03-2003, 06:45 PM
  3. a stupid question from a newbie
    By newcomer in forum C++ Programming
    Replies: 4
    Last Post: 01-11-2003, 04:38 PM
  4. confusion with integers (newbie question)
    By imortal in forum C Programming
    Replies: 7
    Last Post: 12-06-2002, 04:09 PM
  5. newbie class templates question
    By daysleeper in forum C++ Programming
    Replies: 2
    Last Post: 09-18-2001, 09:50 AM