上传者: cqiao0
|
上传时间: 2020-03-06 03:02:04
|
文件大小: 17.36MB
|
文件类型: rar
The Modern C++ Challenge: Become an expert programmer by solving real-world problems
Test your C++ programming skills by solving real-world programming problems covered in the book
C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few.
What You Will Learn
Serialize and deserialize JSON and XML data
Perform encryption and signing to facilitate secure communication between parties
Embed and use SQLite databases in your applications
Use threads and asynchronous functions to implement generic purpose parallel algorithms
Compress and decompress files to/from a ZIP archive
Implement data structures such as circular buffer and priority queue
Implement general purpose algorithms as well as algorithms that solve specific problems
Create client-server applications that communicate over TCP/IP
Consume HTTP REST services
Use design patterns to solve real-world problems