Results 1 to 6 of 6

Thread: Hello

  1. #1

    Thread Starter
    New Member Marsassassin's Avatar
    Join Date
    Feb 2010
    Posts
    0

    Hello

    Hello everyone,

    My name is Kyle. I am learning C++ but I am learning from books my dad has brought. I use the Sam Learning C++ in 21 days. Is this book good? I think I got the 2004 copy but I am to tired to go check.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Hello

    Lots of people use books in that series. I've always been a bit hesitant with them because of the overly optimistic title, but I can't say that I have anything else against them.

    The 2004 edition wouldn't be too bad. There have been some changes in Windows programming since that time, but I believe the C++ language was pretty stable by that year, so it wouldn't have changed much. If you are using a book from a few years earlier than that, then you'd run into the problem that the C++ standard was not complete and few compilers were highly compliant with the standard. By 2004, most major compilers were compliant with the standard, so learning ANSI C++ made sense. Before that, you could learn ANSI C++, but depending on which compiler you were using, you'd find that some parts of the language didn't actually work the way you had learned them.
    My usual boring signature: Nothing

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Hello

    Having a book is like having a trail map for a trail. You still have to go on the trail and see it for yourself. As to completing it in 21 days, that's a highly optimistic time line.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  4. #4
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Hello

    I don't know the C++ one but I've found the '21 days' style of book are a good way to get started with a new technology/language. The problem with them is that they tend to teach you how to do something when the user requirements exactly match up to the ideal world the folks who created the language envisaged - and that very rarely happens in the real world. That's when you just have to jump in with both feet and start pulling the langauage apart a bit more. Ultimately, the books a good place to start but don't expect it to take you all way.

    In 1999 I spotted a book called "Idiots guide To Handling You Y2K Issues". I remember thinking, the company that's investing in that book is in REAL trouble.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  5. #5
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: Hello

    I had a learn Visual Basic in 21 days book... I'm still non the wiser and that was 4 years ago!

    Get a refund, quickly!*

    *Welcome to the forum

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Hello

    21 days is always a good series to start on as it'll at least get you the fundamentals, you can then move on to the advanced stuff.

    HI KYLE!!!!111

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