#mastery13

Hello everybody, this activity is about importing libraries.

 

So eache time we create a program we have to import libraries, or example this:

 

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

 

and as you can remember we have used more libriries for example in WSQ06, for example:

<cstdlib>

<ctime>

 

so when we do this, we are importing like tools that we need for the program, and each of this library has it.

 

Thanks

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

Comments are closed.