|
-
September 4th, 2010, 10:04 PM
#1
best c++ book for newibe
hello guys
i'm proud to join this community and be with you guys
so i saw the sticky thread but i can't figure out what the best book
i'm new to programming
but i was reading a book called : starting out c++ early objects 5th edition
and i already finshed to the 7th chapter but then i decide to got a new book in modern c++
i tried to work with Accelerated c++ but i can't work with it it's not in my way
so i need a new book and waiting your recommenditions but please tell me for Begining
from novoice
thanks.....
-
September 5th, 2010, 03:15 AM
#2
Re: best c++ book for newibe
-
September 5th, 2010, 03:41 PM
#3
Re: best c++ book for newibe
any other recommends ????
iam good at c++ programming but didn't enter the pointers section so before that's i was better
-
September 5th, 2010, 09:50 PM
#4
Re: best c++ book for newibe
 Originally Posted by XMasterrrr
any other recommends ????
iam good at c++ programming but didn't enter the pointers section so before that's i was better
What makes you think you should buy a book ? Just because people comment it as good ?
You can go to google newsgroup of comp.lang.c and search for pointers, that is their hosted home and are discussed in details
Sig-na-tju-(r)
-
September 6th, 2010, 01:49 AM
#5
Re: best c++ book for newibe
iam good at c++ programming but...
Which one is it ?
-
September 6th, 2010, 01:57 AM
#6
Re: best c++ book for newibe
ah
sorry i know it's my fault
i can do any thing till the arrays and functions
so not new right ?
-
September 6th, 2010, 10:53 PM
#7
Re: best c++ book for newibe
Maybe try "C++ Primer, 4th edition"? Its a big improvement over the earlier versions.
Also, there are plenty of guides online you could look into, as well. Try those out before spending all your $ on books.
-
September 8th, 2010, 07:02 PM
#8
Re: best c++ book for newibe
Read this pdf. It's as good as any beginner book out there (that will cost you $50). The pdf is free.
http://www.cplusplus.com/files/tutorial.pdf
-
September 8th, 2010, 07:10 PM
#9
Re: best c++ book for newibe
i'm already reading it
it's too cool
and then i don't know which book to start out
Programming Principles and Practice Using C++ Or C++ primer Or Accelerated c++
-
September 8th, 2010, 09:02 PM
#10
Re: best c++ book for newibe
 Originally Posted by momrocker
Maybe try "C++ Primer, 4th edition"? Its a big improvement over the earlier versions.
Also, there are plenty of guides online you could look into, as well. Try those out before spending all your $ on books.
The major problem with online guides is that many, if not most of them, have wrong or outdated information concerning C++ programming.
If you are new to C++ programming, you don't know which site is giving you correct information or not. Unlike C++ books, many of these sites are not peer-reviewed, and basically anyone can post outdated or wrong C++ on them and say "this is a C++ tutorial".
Unless the site is a well-known one, recommended by professional C++ programmers or C++ industry leaders (for example Herb Sutter has the GotW site, Marshall Cline has the C++ FAQ site, etc.), then you are taking the risk of not learning C++ properly.
Regards,
Paul McKenzie
-
September 8th, 2010, 09:05 PM
#11
Re: best c++ book for newibe
thanks.......
could you answer this part please.
and then i don't know which book to start out
Programming Principles and Practice Using C++ Or C++ primer Or Accelerated c++
-
September 8th, 2010, 09:06 PM
#12
Re: best c++ book for newibe
 Originally Posted by XMasterrrr
i tried to work with Accelerated c++ but i can't work with it it's not in my way
Accelerated C++ is for programmers who already know a computer language who need to learn C++ quickly and efficiently when it comes to writing real C++ applications. It is one of the best books out there for this type of person, since it doesn't bog you down in low-level details.
If you don't even know how to write a program in any language, then Accelerated C++ is not for you.
Regards,
Paul McKenzie
-
September 8th, 2010, 09:12 PM
#13
Re: best c++ book for newibe
so it's not for me
i see it's too hard but was saying com'n all recomending it to every beginer
so is the cplusplus.com for beginers right
so after i done it which i start ?
c++ primer Or Programming Principles and Practice Using C++???
or c++ primer plus or what ????
-
September 8th, 2010, 09:21 PM
#14
Re: best c++ book for newibe
Yes, online resources can be a bit dated and non-standard, but they are a valuable resource to have. These will get you started
http://www.cppreference.com/
http://www.cplusplus.com/doc/tutorial/
http://en.wikipedia.org/wiki/C%2B%2B...es_and_classes
http://www.research.att.com/~bs/bs_faq.html
if you are interested in c++0x at all look at
http://en.wikipedia.org/wiki/C%2B%2B0x
you can also read the c++ 2003 standard here
If you are worried about a book, just pick one already . You can always buy the other?
0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000 0000 0000 0000 0000
-
September 8th, 2010, 09:25 PM
#15
Re: best c++ book for newibe
i can buy other book only
so after i done cplusplus.com
i'll read one of the books i had wrote or the one you recommending me
regards....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|