Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: C++ question  (Read 2835 times)

0 Members and 1 Guest are viewing this topic.

EEVIAC

  • Guest
C++ question
« on: September 24, 2009, 11:01:09 AM »
I'm new to programming, I've decided to start in C++. I just got a book called "C++ Primer Plus" 4th Edition.  However, the copyright date of this book is 2002.  Should I have gotten something more recent or will this suffice for my needs?

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: C++ question
« Reply #1 on: September 24, 2009, 11:19:40 AM »
the BEST C book is "the C Programming language" and that dates back to the 70's :)

there is a C++ book by the same authors- exceptional as well- I believe it was the mid-eighties.

I wouldn't worry too much about copyrights, at least as far as programming languages go.

if it was a C# book I might say otherwise, but C++ has been pretty much unchanged for quite some time.

EDIT: oopss, by copyrights, I mean dates, heh.
« Last Edit: September 24, 2009, 11:54:37 AM by BC_Programmer »
I was trying to dereference Null Pointers before it was cool.

EEVIAC

  • Guest
Re: C++ question
« Reply #2 on: September 24, 2009, 11:53:17 AM »
thx   ;)