C++ Books help.

Pages: 12
closed account (jwkNwA7f)
@coder1 +1 He has been doing that a lot recently.
@vlad You really need to stop doing that. As mention by coder1, this forum is for programmers to help each other, not to call each other idiots.
Yueeng wrote:
@Daleth
Come on, you can't count in the STL instructionsXD


I wasn't even thinking about libraries.

I looked at some of the C syntax and saw that C11 had added a lot, so I guess C's syntax lexicon can no longer be called "small". Still, C++ has a lot more keywords and operators than C.

http://en.cppreference.com/w/cpp/keyword
http://en.cppreference.com/w/c/keyword
http://en.cppreference.com/w/cpp/language/operator_precedence
http://en.cppreference.com/w/c/language/operator_precedence
I've been a beginner for one year.I find the following two books help me intensely.

one is <<accelerated c++>>,the other is <<the c++ standard library>>.

To use standard library from the very beginning and to learn c++ as a new language.
@Grey Wolf
Thank you very much for your explaination.

Daleth wrote:

I looked at some of the C syntax and saw that C11 had added a lot, so I guess C's syntax lexicon can no longer be called "small". Still, C++ has a lot more keywords and operators than C.


Yes, i checked your links and found out that you're right.
However, since there are more and more syntax, i doubt if this is good for the language.
Topic archived. No new replies allowed.
Pages: 12