If you enjoyed this book, you may be interested in these other books by Packt:
The Modern C++ Challenge
Marius Bancila
ISBN: 978-1-78899-386-9
- 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
- Use design patterns to solve real-world problems
Hands-On Design Patterns with C++
Fedor G. Pikus
ISBN: 978-1-78883-256-4
- Recognize the most common design patterns used in C++
- Understand...