<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Dev C++ by Guadalupe Montserrat Juarez Escamilla</title>
      <link>https://padlet.com/121037975/t2e2kn17r11457zo</link>
      <description> Dev C++ utiliza un lenguaje de programación C++ </description>
      <language>en-us</language>
      <pubDate>2021-10-06 21:51:15 UTC</pubDate>
      <lastBuildDate>2021-10-13 12:11:40 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads.storage.googleapis.com/1389758316/f44cd1ec82d9658cbb48bc2c23d6e847/alternative_dev_c___icon__256x256__by_thepi7on_dapvn1w.png</url>
      </image>
      <item>
         <title>CARACTERÍSTICAS</title>
         <author>121037975</author>
         <link>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798382559</link>
         <description><![CDATA[<div>· Uso del compilador MinGW (Minimalist GNU for Windows).&nbsp;</div><div>· Práctico editor de código con coloreado de sintaxis, opciones de búsqueda, reemplazar,&nbsp;</div><div>· Gran cantidad de opciones de configuración para personalizar el compilador, el entorno o el propio editor.&nbsp;</div><div>· Inserción de marcadores y puntos de ruptura.&nbsp;</div><div>· Uso de atajos de teclado.&nbsp;</div><div>· Posibilidad de añadir, editar o eliminar herramientas.&nbsp;</div><div>· Selección de diferentes temas para la interfaz.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-10-07 02:19:19 UTC</pubDate>
         <guid>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798382559</guid>
      </item>
      <item>
         <title>PRINCIPALES LIBRERÍAS</title>
         <author>121037975</author>
         <link>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798392281</link>
         <description><![CDATA[<div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;stdio.h&gt;</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;stdlib.h&gt;</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;string.h&gt;</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;ctype.h&gt;</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;Windows.h&gt;</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;math.h&gt;</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;time.h&gt;</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Librería &lt;conio.h&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-10-07 02:23:38 UTC</pubDate>
         <guid>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798392281</guid>
      </item>
      <item>
         <title>TUTORIALES </title>
         <author>121037975</author>
         <link>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798393624</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.youtube.com/watch?v=dJzLmjSJc2c&amp;list=PLWtYZ2ejMVJlUu1rEHLC0i_oibctkl0Vh" />
         <pubDate>2021-10-07 02:24:12 UTC</pubDate>
         <guid>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798393624</guid>
      </item>
      <item>
         <title>OPERADORES ARITMÉTICOS</title>
         <author>121037975</author>
         <link>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798394496</link>
         <description><![CDATA[<div>-Multiplicación <strong>--&gt;</strong> *<br>-División <strong>--&gt;</strong> /<br>-Módulo o resto de una división entera <strong>--&gt;</strong> %<br>-Suma <strong>--&gt;</strong> +<br>-Resta <strong>--&gt;</strong> -</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-10-07 02:24:36 UTC</pubDate>
         <guid>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798394496</guid>
      </item>
      <item>
         <title>PALABRAS RESERVADAS</title>
         <author>121037975</author>
         <link>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798395033</link>
         <description><![CDATA[<div>
<strong>scanf: </strong>Lee una variable<br>&nbsp;<strong>printf</strong>: Imprime en pantalla<br> <strong>squrt ()</strong>: Calcula la raíz cuadrada<br> <strong>abs()</strong>: Calcula el valor absoluto<br> <strong>{ </strong>: Inicio del programa o de un bloque (inicio)<br>&nbsp;<strong>}</strong> : Fin del programa o de un bloque (fin)<br> <strong>if:</strong> Estructura selectiva (si)<br> <strong>else</strong>: La parte falsa de la selectiva (sino)<br> <strong>default</strong>: Ninguna opción de la selectiva múltiple<br> <strong>case:</strong> Si se cumple un caso<br> <strong>break:</strong> Terminar el caso<br> <strong>for</strong>: Estructura repetitiva<br> <strong>while</strong>: Estructura repetitiva<br> <strong>do:</strong> Estructura repetitiva<br> <strong>int:</strong> Tipo de dato entero<br> <strong>float:</strong> Tipo de dato real<br> <strong>char:</strong> Tipo de dato carácter<br> <strong>void</strong>: Valor nulo<br> <strong>rturn</strong>: Regresa valor a otra función<br> <strong>clrscr ()</strong>: Borra el contenido de la pantalla <br> <strong>struct:</strong> Registro o estructura<br> <strong>typedef:</strong> Definición de tipo de dato<br> <strong>gets:</strong> Lee una cadena de caracteres<br> <strong>puts:</strong> Imprime una cadena</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-10-07 02:24:50 UTC</pubDate>
         <guid>https://padlet.com/121037975/t2e2kn17r11457zo/wish/1798395033</guid>
      </item>
   </channel>
</rss>
