June 2017
Intermediate to advanced
532 pages
12h 59m
English
We are going to implement a helper class that solves the problem of redirecting a stream and reverting that redirection again with constructor/destructor magic. And then we see how we can put it to use:
#include <iostream> #include <fstream> using namespace std;
Read now
Unlock full access