Thread: book or site

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    11

    book or site

    well i was learning C++ in this book but when i saw this site and looked at some of the tutorials, I was heavily more interested than I was reading the boring ol' book. Can I get as much of C++ from the tutorials on Cprogramming.com as as I can get learning it from a book?

  2. #2
    Funniest man in this seat minesweeper's Avatar
    Join Date
    Mar 2002
    Posts
    798
    Why not just ask how long a piece of string is? That is an unanswerable question. I prefer reading from a book, mainly because I do not like reading from a screen. Also, reading from a book allows you to keep both the learning material and your compiler (assuming you practice) in view at the same time. Of course it also depends heavily on what book you are reading.

    The conclusion: Everyone is different and different people learn more effectively in different ways, do what you find is best.

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    273
    how long is a piece of string?
    always looking, make an offer. get me out of this place.

  4. #4
    Funniest man in this seat minesweeper's Avatar
    Join Date
    Mar 2002
    Posts
    798
    [psychologist mode] How long do you think a piece of string is?[/psychologist mode]

  5. #5
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Hershlag
    how long is a piece of string?


    use strlen()

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >use strlen()
    This is the C++ board, use s.length().

    -Prelude
    My best code is written with the delete key.

  7. #7
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    I prefer books. They are much more detailed and in a lot of cases a more reliable source of information. Even better is a book with a companion website where you are able to download examples to study further.

  8. #8
    Registered User
    Join Date
    Jun 2002
    Posts
    267
    There are some really BAD books around though... I looked at "C++ for non-C programmers" once... it was SO HORRIBLE! The idiot writer kept changing variable names mid-way through programs examples, they made many, many sytax errors (obvious ones like int swap (int a, int b, int) {}) spelling errors in the text... and well, it would probably confuse a newcomer to all hell

    So in conclusion... don't go near that POS book

  9. #9
    Green Member Cshot's Avatar
    Join Date
    Jun 2002
    Posts
    892
    The best way to go is to get your hands into as much stuff as you can. So I recommend both books and site.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Templates book discussion
    By manutd in forum C++ Programming
    Replies: 38
    Last Post: 01-18-2007, 03:56 PM
  2. Looking for a c++ book, didn't were to post this...
    By Rune Hunter in forum C++ Programming
    Replies: 6
    Last Post: 09-24-2004, 06:32 PM
  3. Must read book!
    By RealityFusion in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-15-2004, 09:05 PM
  4. Should i get a new reference book?
    By Raison in forum Windows Programming
    Replies: 2
    Last Post: 06-15-2004, 10:43 PM