Thread: Hi people.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    VS 2005 Express has some good and some bad sides. It has many, many very useful features. However, to use this features you will need to configure it properly and you will end up one day asking for help here when all you did was chosing the wrong feature. Other compilers don't even have those features and you will not get frustrated by chosing the wrong one.

    From my personal experience with the full versions of Visual Studio, I'd say that it's the best IDE for C/C++ programming around. The free version will likely be the best free IDE around, though I have not used the other free IDE's extensivly.

    Short version: yes, VC Express is a great tool. As any great tool, it's not easy to use, you will need to learn both, coding C and using VC. But it's worth using and worth learning.

    I do support the book suggestion. Get a good book. It helps a lot.

    Starting out with C you will code a lot of unimpressive commandline ( aka DOS Window ) programs. Though VC Express will let you drag and drop a windows interface, you will never learn to properly make it work behind the fancy graphics if you don't do the boring commandline excercises. Don't expect to have anything to show off to your friends in the first year. C is powerful, but not easy. And a good book helps a lot in deciding what to learn next, because the glitter stuff that makes your friends go "aaaaah" is not what you need to master C. Though I'm sounding like a broken record here, you will need to do the boring excercises. All of them. By the book ( or online tutorial ).
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  2. #2
    Registered User
    Join Date
    Jun 2004
    Posts
    277
    Quote Originally Posted by nvoigt
    Starting out with C you will code a lot of unimpressive commandline ( aka DOS Window ) programs.
    He can make pretty things with http://www.gtk.org/ the tutorials are good and it is C

  3. #3
    Registered User
    Join Date
    Dec 2005
    Posts
    4
    Ok, thanks people for the replys.

    Salem, why is it not good to use?

    Yeh i just opened it up for the first time, and realized how different it is to Dev C++. Should i stay with VS Express or shall i use Dev C++ to do my programs in?

    I didn't know Visual Studio Was Visual Basics, i thought it was just a normal C/C++ Compiler.

    Also, any ideas on programs i could start with?

    Reece.M.M

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. God
    By datainjector in forum A Brief History of Cprogramming.com
    Replies: 746
    Last Post: 12-22-2002, 12:01 PM
  2. Some people
    By Cgawd in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 11-27-2002, 05:15 PM
  3. I'm worried about some of the people wanting to program...
    By damonbrinkley in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 11-23-2002, 07:38 AM
  4. British people - Gibralter requests your support
    By stevey in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 05-17-2002, 10:10 PM
  5. Why do people thing viruses are cool?
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 11-12-2001, 04:55 AM