+ 4
It is a C++ library you can include by using "#include <iostream>". Basically, it defines several variables you can modify to manage inputs / outputs of your program. For example: cout << "message" << endl; //print "message" to the console
22nd Apr 2017, 10:35 AM
Ohjel
Ohjel - avatar