Jun 27, 2024
main
function, include directives, standard output (console)std::cout
, #include
, int main()
, return 0
int fileSize = 100;
)const
keyword to make variables immutable++
, --
), prefix vs postfixstd::cin
cmath
, cstdlib
)floor()
, pow()
, random number generation with rand()
, srand()
, time()