Results 1 to 5 of 5

Thread: What should I learn?

  1. #1
    Guest
    Hi,
    After TP, TASM, VB, I'd like to start programming in
    C, C++, but I don't know which one is the best for getting
    started. Can I use C++ without know C?
    I would like to become a real expert on computer.

    Thanks!

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Yes. You don't need to know C before C++. In fact, it's pointless learning C then C++ - just go straight to C++. It has definitely got more user-friendly than C, which is lower-level and slightly harder to use.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    C++ is not as easy to learn as VB.VB can be learned from online tutorials and help files but learning C++ without a good book is difficult.I would recommend using a C++ rather than a VC++ book.VC++ books don't concentrate on the basics of the language but they become complex from the beggining.

    You can download some great C++ book here:
    http://newdata.box.sk/bx/c/
    http://www.codecuts.com/codecuts/pdf...l/TIC2Vone.pdf
    http://www.codecuts.com/codecuts/pdf...l/TIC2Vtwo.pdf
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  4. #4
    Guest
    I totally agree with Parksie with regard to learning C++ rather than C. C++ is an enhanced version of C, thus why would you want to learn an older version first? What you can do is learn C++ and become familiar with it, then look back and experiment with C (just don't get to 'used to it').

  5. #5
    Guest
    Thanks to all, but if anyone has got other tutorials,
    please let me know.

    Bye

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width