October 2019
Intermediate to advanced
762 pages
14h 7m
English
By the end of this chapter, you will be able to:
In this chapter, we'll develop flexible and maintainable applications using the I/O Standard Library, work with streams, learn how the I/O library can be used in multithreaded applications, and finally learn to format and parse data using the Standard Library.
In the previous chapter, we covered one of the most challenging topics – concurrency in C++. We looked at the main ...