- 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
2 odpowiedzi
+ 2
+ 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.)