<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Programacion Estructurada by </title>
      <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-04-02 18:45:57 UTC</pubDate>
      <lastBuildDate>2025-04-09 18:57:22 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/8.0/png/1f4bb.png</url>
      </image>
      <item>
         <title>                                         ARCHIVOS EN LENGUAJE C</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393204556</link>
         <description><![CDATA[<p>Presentado por: </p><p>Elías José Reyes Torres </p><p>Luis Alejandro Portada Tello</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634259509/14dc437b2194b49c87bae2ddaff86746/que_significa_C.jpg" />
         <pubDate>2025-04-02 18:51:11 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393204556</guid>
      </item>
      <item>
         <title>CONCEPTO:</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393226608</link>
         <description><![CDATA[<p>Un archivo en programación es una estructura de datos almacenada en un medio de almacenamiento (como un disco duro o SSD) que permite a los programas leer y escribir información de forma persistente, asegurando que los datos se conserven incluso después de cerrar el programa.</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g68e4f431479359437c8b420e18170b81c66f852cf13f78d004b65ebd8c7cd3b64ab698f01476da5cb040c21c99c038bb.jpg" />
         <pubDate>2025-04-02 19:12:43 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393226608</guid>
      </item>
      <item>
         <title>Existen varios tipos de archivos según cómo se almacenan los datos en ellos:</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393227966</link>
         <description><![CDATA[<ul><li><p>Archivos de texto: Son aquellos archivos donde los datos se almacenan en formato legible por humanos. Cada línea generalmente representa una secuencia de caracteres.</p><p><br></p></li><li><p>Archivos binarios: Almacenan datos en un formato específico de la máquina, no legible por humanos, y se utilizan para almacenar datos complejos, como imágenes o programas.</p></li></ul>]]></description>
         <enclosure url="https://publicdomainvectors.org/photos/it-word-icon.png" />
         <pubDate>2025-04-02 19:14:03 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393227966</guid>
      </item>
      <item>
         <title>Introducción</title>
         <author>luisportadapt</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393228533</link>
         <description><![CDATA[<p>En informática, los archivos son la unidad esencial de almacenamiento y organización de datos. Existen en múltiples formatos, cada uno optimizado para distintos propósitos. Entre los más comunes están los archivos de texto, valorados por su simplicidad, y los archivos de código fuente, como los ".c", fundamentales en el desarrollo de software.</p><p>4o</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634259509/3b86ded1b030989bc88ac2d5307ce5d2/istockphoto_1337844283_612x612.jpg" />
         <pubDate>2025-04-02 19:14:47 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393228533</guid>
      </item>
      <item>
         <title>Archivos Estructurados y sus Funciones en Lenguaje C:</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393233440</link>
         <description><![CDATA[<p><br></p><p><br></p><p><br></p><p><br></p>]]></description>
         <enclosure url="https://images.icon-icons.com/2385/PNG/512/functions_icon_144317.png" />
         <pubDate>2025-04-02 19:19:39 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393233440</guid>
      </item>
      <item>
         <title>fclose(): </title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393236106</link>
         <description><![CDATA[<p>Cierra un archivo previamente abierto con <strong><em>fopen( ).</em></strong></p><p><strong>Ejemplo: </strong></p><p><strong><em>fclose(file);</em></strong></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634255450/54e0750556c5ba5e19eb6ab316c366b5/image.png" />
         <pubDate>2025-04-02 19:22:28 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393236106</guid>
      </item>
      <item>
         <title>fscanf() y fprintf(): </title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393236809</link>
         <description><![CDATA[<p><br></p><p><br></p><p>Permiten leer y escribir datos de un archivo con un formato específico.</p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634255450/a7d9695eb5c1eed80b4f958da29a16e2/image.png" />
         <pubDate>2025-04-02 19:23:25 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393236809</guid>
      </item>
      <item>
         <title>fgets() y fputs(): </title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393237680</link>
         <description><![CDATA[<ul><li><p><strong>fgets()</strong>: Lee una línea completa del archivo.</p><p>Ejemplo: <strong><em>fgets(buffer, sizeof(buffer), file);</em></strong></p><p><br></p></li><li><p><strong>fputs()</strong>: Escribe una línea o cadena de caracteres en el archivo.</p><p>Ejemplo: <strong><em>fputs("Hola, mundo", file);</em></strong></p></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634255450/75d571b23374e45212d5896130966933/image.png" />
         <pubDate>2025-04-02 19:24:23 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393237680</guid>
      </item>
      <item>
         <title>fread() y fwrite():</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393237910</link>
         <description><![CDATA[<ul><li><p><strong>fread()</strong>: Lee bloques de datos binarios desde un archivo.</p><p>Ejemplo: <strong><em>fread(buffer, sizeof(char), 10, file);</em></strong></p><p><br></p></li><li><p><strong>fwrite()</strong>: Escribe bloques de datos binarios en un archivo.</p><p>Ejemplo:<strong><em> fwrite(buffer, sizeof(char), 10, file);</em></strong></p></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634255450/69fdd322db5493f0a410a4dd1123e8e3/image.png" />
         <pubDate>2025-04-02 19:24:36 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393237910</guid>
      </item>
      <item>
         <title>fopen(): </title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393238892</link>
         <description><![CDATA[<p>Abre un archivo en un modo específico (lectura, escritura, etc.) y devuelve un puntero al archivo.</p><p>Ejemplo:</p><p><br/></p><p> <strong><em>FILE *file = fopen("archivo.txt", "r");</em></strong></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634255450/0816f97bbe8cb327a4ca3b94a6e8f1e6/image.png" />
         <pubDate>2025-04-02 19:25:44 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3393238892</guid>
      </item>
      <item>
         <title>VIDEO RESUMEN :</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3395275365</link>
         <description><![CDATA[<p>En este video de abordan las funciones implementadas en archivos de c.</p>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=LGxbu4c2A5w" />
         <pubDate>2025-04-04 01:23:36 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3395275365</guid>
      </item>
      <item>
         <title>CODIGO IMPLEMENTANDO LAS FUNCIONES ANTES MENCIONADAS:</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3395280551</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3634255450/e835026bb1482f50af746f77aa451f7d/image.png" />
         <pubDate>2025-04-04 01:26:30 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3395280551</guid>
      </item>
      <item>
         <title>EN RESUMEN...</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3395284491</link>
         <description><![CDATA[<p>Escribe en un archivo de texto (mensaje.txt) usando fputs.</p><p><br></p><p>Lee el contenido de mensaje.txt con fgets y lo muestra en pantalla.</p><p><br></p><p>Guarda una estructura (Persona) en un archivo binario (datos.bin) con fwrite.</p><p><br></p><p>Lee la estructura desde datos.bin con fread.</p><p><br></p><p>Guarda los datos de Persona en datos.txt usando fprintf.</p><p><br></p><p>Lee los datos desde datos.txt con fscanf.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-04 01:28:24 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3395284491</guid>
      </item>
      <item>
         <title>Bibliografia</title>
         <author>elias05torresv</author>
         <link>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3403112078</link>
         <description><![CDATA[<ul><li><p>Kernighan, B. W., &amp; Ritchie, D. M. (1988). <em>The C Programming Language</em> (2nd ed.). Prentice Hall.</p><ul><li><p>Este libro es una referencia clásica para aprender C, incluyendo manejo de archivos.</p></li></ul></li><li><p>Oualline, S. (1997). <em>Practical C Programming</em> (3rd ed.). O'Reilly Media.</p><ul><li><p>Contiene ejemplos prácticos sobre cómo trabajar con archivos en C.</p></li></ul></li><li><p>Kochan, S. G. (2004). <em>Programming in C</em> (3rd ed.). Sams Publishing.</p><ul><li><p>Este libro incluye capítulos dedicados al manejo de archivos.</p></li></ul></li><li><p>Harbison, S. P., &amp; Steele, G. L. (2002). <em>C: A Reference Manual</em> (5th ed.). Prentice Hall.</p><ul><li><p>Una guía completa que cubre aspectos avanzados, incluyendo archivos.</p></li></ul></li><li><p>Perry, G. (1994). <em>Absolute Beginner's Guide to C</em>. Sams Publishing.</p><ul><li><p>Ideal para principiantes, con explicaciones claras sobre archivos.</p></li></ul></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-09 18:57:21 UTC</pubDate>
         <guid>https://padlet.com/elias05torresv/msj7zix5qh5tutt4/wish/3403112078</guid>
      </item>
   </channel>
</rss>
