Texto sin alinear
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Practica para refrescar la sintaxis de C++ | |
| #include <iostream> | |
| #include <cmath> | |
| using namespace std; | |
| int main() | |
| { | |
| // Calcula la distancia entre dos puntos en un plano XY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Practica para refrescar la sintaxis de C++ | |
| #include <iostream> | |
| using namespace std; | |
| int main() | |
| { | |
| /* ESTRUCTURA CONDICIONAL SIMPLE | |
| if -> si | |
| else -> sino */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Practica para refrescar la sintaxis de C++ | |
| #include <iostream> | |
| using namespace std; | |
| int main() | |
| { | |
| //ESTRUCTURA CONDICIONAL MULTIPLE | |
| char variable; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Practica para refrescar la sintaxis de C++ | |
| #include <iostream> | |
| using namespace std; | |
| int main() | |
| { | |
| //Escriba un programa que diga si un numero entero ingresado es par o impar | |
| int numero; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Practica para refrescar la sintaxis de C++ | |
| #include <iostream> | |
| using namespace std; | |
| int main() | |
| { | |
| // Escriba un programa que diga si un numero entero es positivo, negativo o neutro | |
| int numero; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ┌∩┐(◣_◢)┌∩┐ | |
| // \\ | |
| // SceneViewFollow.cs (28/03/2017) \\ | |
| // Autor: Antonio Mateo (Moon Antonio) \\ | |
| // Descripcion: Permite camaras en el editor se configuren para seguir \\ | |
| // los objetos. \\ | |
| // Fecha Mod: 03/06/2017 \\ | |
| // Ultima Mod: Cambio de namespace \\ | |
| //******************************************************************************\\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ┌∩┐(◣_◢)┌∩┐ | |
| // \\ | |
| // ImagenFade.cs (29/05/2017) \\ | |
| // Autor: Antonio Mateo (Moon Antonio) antoniomt.moon@gmail.com \\ | |
| // Descripcion: Controla el Fade In o Fade on de una imagen \\ | |
| // Fecha Mod: 29/05/2017 \\ | |
| // Ultima Mod: Version Inicial \\ | |
| //******************************************************************************\\ | |
| #region Librerias |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ┌∩┐(◣_◢)┌∩┐ | |
| // \\ | |
| // UITextTypeWriter.cs (29/05/2017) \\ | |
| // Autor: Antonio Mateo (Moon Antonio) antoniomt.moon@gmail.com \\ | |
| // Descripcion: Controla el Typewriter de un texto \\ | |
| // Fecha Mod: 29/05/2017 \\ | |
| // Ultima Mod: Version Inicial \\ | |
| //******************************************************************************\\ | |
| #region Librerias |