Modern C++ Concurrency in Depth ( C++1720)

Modern C++ Concurrency in Depth ( C++17/20)

Description

C++ programming language can be categorized under many topics. Some say its a general purpose programming language, some say its a object oriented version of C. But I liked to categorized it under system programming language. One characteristic of any system programming language including C++ is that language should be able to execute faster compare to other languages like java etc. 

Leave a Reply