Aug 8, 2016 at 7:40am UTC
i recently read the tutorials page and i am wondering,
where should i go to learn more C++ comcepts?
Are there any more built in features?
Or are the rest in libs?
so far its the best lang ive programmed in.
Aug 8, 2016 at 8:36am UTC
Hi,
Have you learned about template?
Aug 8, 2016 at 9:05am UTC
Read more books.
I recommend "The C++ Programming Language 4th Edition".
Aug 8, 2016 at 8:12pm UTC
@5a8Ym39o6
yes i finished the tutorial in the tutorial section of the site.
witch covered templates.
Aug 8, 2016 at 9:27pm UTC
Try the website learncpp.com, its more thourough.
Aug 9, 2016 at 4:11am UTC
Bjarne Stroustrup's book: "Programming Principles and Practice Using C++, 2nd Edition"
"The C++ Programming Language 4th Edition" is more of a reference, PPP is based on his college classes.
There are other books to consider:
https://isocpp.org/wiki/faq/how-to-learn-cpp#buy-several-books
Here's a list of books to buy (and not buy):
http://www.cplusplus.com/faq/beginners/books/