do you personally memorized most of the common libraries that can be included in C++ ???
I don't even know what do:
Code:
#include <iostream>
#include <cstdlib>
#include <ctime>
contains? I want to see what are methods that I can use by including those libraries in my program...

somehow...