cppx-core
basic-io.hpp
Go to the documentation of this file.
1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi").
2 
3 # include <filesystem> // std::filesystem::(path, ...)
4 # include <fstream> // std::(ifstream, ofstream)
5 # include <iomanip> // std::(setprecision, setw)
6 # include <iostream> // std::(cin, cout, cerr, clog, endl)
7 # include <sstream> // std::(istringstream, ostringstream)