#mastery13

Hi guys this mastery is about  importing libraries. Every time that we create a new pogram we need declarate libraries e.g.:

Libraries haves a lot of functions made, and every librarie have ther own utilities.

Basicly to declare a library we need to put in the star of program like this:

 <iostream>    (thos is to make an input and an output)

  <cstdlib> 

 <ctime>(this we used for an activity for random numer)

<cmath> (math.h) THIS LIBRARY WORKS TO USE FUNCTION OF MATHS.
 

This webpage have a lot of libraries and references is very useful. 

CC BY 4.0 #mastery13 by Samir Godinez is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.