Please enable JavaScript.
Coggle requires JavaScript to display documents.
LENGUAJE C++ - Coggle Diagram
LENGUAJE C++
LIBRERIAS
-
Algorithm
Incluye funciones como: find, count, swap, reverse, sort, merge
-
Conio.h
Usar getch, gotoxi, textcolor, textbackground.
Cmath
Funciones como: sin, cos, tan, exp, log, pow, sqrt, abs.
-
-
-
-
FUNCIONES
Sintaxis
Tipo-nombre(tipovar1, tipovar2, tipovarn){conjunto de instrucciones}
-
-