What does <cstdlib> stand for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What does <cstdlib> stand for?

Of course, before using a random generating function, you must define it by adding "include <cstdlib>" right after "include <iostream>", but what does it stand for?

17th Aug 2017, 7:32 AM
Alex Dem
Alex Dem - avatar
1 Answer
+ 9
Simply stands for "C Standard general utility library" http://www.cplusplus.com/reference/cstdlib/
17th Aug 2017, 7:40 AM
Babak
Babak - avatar