Re: best c++ book for newibe
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
Re: best c++ book for newibe
Quote:
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
Re: best c++ book for newibe
Quote:
i'm new to programming
Quote:
iam good at c++ programming but...
Which one is it ?
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 ?
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.
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
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++
Re: best c++ book for newibe
Quote:
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
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++
Re: best c++ book for newibe
Quote:
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
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 ????
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 :D. You can always buy the other?
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....