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

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, 9:51 AM
Alex Dem
Alex Dem - avatar
1 Answer
+ 1
cstlib stands for 'C Standard General Utilities Library' It is a library that includes some really usefull functions, like random numbers generation as you said. You can get more information here: http://www.cplusplus.com/reference/cstdlib/
17th Aug 2017, 10:07 AM
prenone