Please suggest a book for c++14 latest language to study the contents for programming competitions like acm icpc,codevita etc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Please suggest a book for c++14 latest language to study the contents for programming competitions like acm icpc,codevita etc

c++14 latest developed language for coding competitions

16th Nov 2017, 10:18 AM
Rakesh Patil
Rakesh Patil - avatar
2 Answers
16th Nov 2017, 10:21 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 1
A book about latest C++ specifications that I really liked is "Effective Modern C++" by Scott Meyers (published at O'Reilly). http://shop.oreilly.com/product/0636920033707.do I liked it because I found it highly readable in comparison to other C++ books I checked. But well, this book is focusing on professional development, not specifically on programming competitions. Otherwise, in the context of programming competitions, you have a nice MOOC on EDX by ITWO university called "How to win coding competitions ?" https://www.edx.org/course/how-win-coding-competitions-secrets-itmox-i2cpx-1 (It is not centered in C++ but it is possible to submit your solutions to a MinGW GNU C++ compiler.)
16th Nov 2017, 10:35 AM
ams