Thread: Hi people.

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    4

    Hi people.

    Hello everyone, just a small post to introduce myself.

    I am Reece and I am 16 Years old and new to programming.

    I'm just wondering if Visual Studio 2005 Express Edition is a good program to code C in?

    I know most of the basic C language, and i have programmed a couple of things like calculators and stuff like that.

    What is the best kind of programs to try to code to get started in this Language? Just a couple of small programs.

    Thanks alot. Cya all around.

    Reece.M.M

  2. #2
    Logic Junkie
    Join Date
    Nov 2005
    Posts
    31
    I would recommend a code-like text editor (Vim, Emacs) and mayhaps a book - I personally love my K&R (The C programming language, by Kernighan and Ritchie). It has exercises in it.
    -S

  3. #3
    Registered User
    Join Date
    Dec 2005
    Posts
    4
    Thanks for the reply but i don't need a book.

    I am just asking, is Microsoft visual Studio 2005 Express Edition a good Program to use for my coding.

    And also, what should i try to program for a couple of small starter programs?

    Thanks alot.

    Reece.M.M

  4. #4
    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.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > is Microsoft visual Studio 2005 Express Edition a good Program to use for my coding
    No.

  6. #6
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    While we're on the subject, why is MSVS 2005 Express called express? What's the difference between that and the "normal" version?
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  7. #7
    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

  8. #8
    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

  9. #9
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Also, any ideas on programs i could start with?
    HelloWorld, and then a calculator.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  10. #10
    Registered User
    Join Date
    Dec 2005
    Posts
    4
    Lol, Thanks but I've made a calculator already and it worked ok. Also the HelloWorldProgram i dont months ago. Any other ideas?

  11. #11
    Registered User
    Join Date
    Oct 2005
    Posts
    26
    first, learning how to use structures, then a little database, where you can store for example last name, first name and age and where you can save them in a file an load them...

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