<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>José Luis Chafardet Grimaldi &#187; c</title>
	<atom:link href="http://www.chafardet.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chafardet.com</link>
	<description>Mi blog personal....</description>
	<lastBuildDate>Thu, 22 Apr 2010 21:53:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creador de archivo de configuración de UT3</title>
		<link>http://www.chafardet.com/crear-archivos-en-cplusplus/</link>
		<comments>http://www.chafardet.com/crear-archivos-en-cplusplus/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 23:03:27 +0000</pubDate>
		<dc:creator>José Luis Chafardet Grimaldi</dc:creator>
				<category><![CDATA[Comentarios]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chafardet]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[cplusplus]]></category>
		<category><![CDATA[HostingVE]]></category>

		<guid isPermaLink="false">http://www.chafardet.com/?p=89</guid>
		<description><![CDATA[sta es una práctica que nos fue puesta para la materia programación 2, tenemos que crear un archivo, este, debe contener ciertas directivas de un archivo de configuración de Unreal Tournament 3.
El código  debe ser escrito en C++.
el código lo presento a continuación:
#include 
#include 
#include 
#include 
#include 
#define amarillo textcolor(YELLOW);
#define verde textcolor(LIGHTGREEN);
#define blanco textcolor(WHITE);
#define rojo [...]]]></description>
		<wfw:commentRss>http://www.chafardet.com/crear-archivos-en-cplusplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bUNEe Madness 0.0.1 en camino!</title>
		<link>http://www.chafardet.com/bunee-madness/</link>
		<comments>http://www.chafardet.com/bunee-madness/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 17:19:59 +0000</pubDate>
		<dc:creator>José Luis Chafardet Grimaldi</dc:creator>
				<category><![CDATA[Blah!]]></category>
		<category><![CDATA[Comentarios]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chafardet]]></category>
		<category><![CDATA[juegos]]></category>
		<category><![CDATA[madness]]></category>
		<category><![CDATA[UNE]]></category>

		<guid isPermaLink="false">http://www.chafardet.com/?p=82</guid>
		<description><![CDATA[Bueno, ociosisimo un pana y yo, hemos decidido emprender el reto de hacer un juego en C++.
Lo hemos llamado, bunny madness, se tratará de un RPG/Aventura basado en consola, puro texto, por los momentos solo tenemos ideados peque;os detalles, pero esperamos lograr tener el juego listo en poco tiempo.
Saludos y stay tuned!
Equipo de desarrolladores:
José Luis [...]]]></description>
		<wfw:commentRss>http://www.chafardet.com/bunee-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proyecto primer corte programacion 2</title>
		<link>http://www.chafardet.com/romanos-arabigos/</link>
		<comments>http://www.chafardet.com/romanos-arabigos/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 16:25:37 +0000</pubDate>
		<dc:creator>José Luis Chafardet Grimaldi</dc:creator>
				<category><![CDATA[Blah!]]></category>
		<category><![CDATA[Comentarios]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[arabigos]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chafardet]]></category>
		<category><![CDATA[convertidor]]></category>
		<category><![CDATA[HostingVE]]></category>
		<category><![CDATA[numeros]]></category>
		<category><![CDATA[romanos]]></category>

		<guid isPermaLink="false">http://www.chafardet.com/?p=44</guid>
		<description><![CDATA[Aquí­ pongo el codigo fuente del proyecto de programación 2 del primer corte en la UNE.
Es un convertidor de números romanos a arabigos y viceversa.
Proyecto en google code: http://code.google.com/p/cpp-arabic-to-roman/



#include &#60;cstdlib&#62;
#include &#60;iostream&#62;
#include &#60;conio2 .h&#62;
#include &#60;string&#62;
#include &#60;limits&#62;
#include &#60;sstream&#62;

////// definiciones personales \\\
#define amarillo textcolor(YELLOW);
#define verde textcolor(LIGHTGREEN);
#define blanco textcolor(WHITE);
#define rojo textcolor(LIGHTRED);
/////////////////\\\\\\\\\\

using namespace std;

////// Inclusion de archivo de cabecera \\\
#include [...]]]></description>
		<wfw:commentRss>http://www.chafardet.com/romanos-arabigos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practica &#8211; Calcular la resolvente en C++</title>
		<link>http://www.chafardet.com/calcular-resolvente/</link>
		<comments>http://www.chafardet.com/calcular-resolvente/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:42:44 +0000</pubDate>
		<dc:creator>José Luis Chafardet Grimaldi</dc:creator>
				<category><![CDATA[Blah!]]></category>
		<category><![CDATA[Comentarios]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chafardet]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[HostingVE]]></category>
		<category><![CDATA[matematicas]]></category>
		<category><![CDATA[resolvente]]></category>

		<guid isPermaLink="false">http://www.chafardet.com/?p=40</guid>
		<description><![CDATA[Esta practica se trata de determinar la resolvente con un programa en C/C++



#include &#60;cstdlib&#62;
#include &#60;iostream&#62;
#include &#60;cmath&#62;

using namespace std;

int resolvente ();

int salir;
char s;

int main(int argc, char *argv[])
{
system(&#34;TITLE Resolvente - Desarrollado por: JosÃ© Luis Chafardet Grimaldi&#34;);
system(&#34;COLOR 1F&#34;);
resolvente();
system(&#34;PAUSE&#34;);
return EXIT_SUCCESS;
}

int resolvente ()
{
float a,b,c,p,n;
char s;

cout &#60; &#60; &#34;Por favor ingrese el primer termino: &#34; &#60;&#60; endl;
cin &#62;&#62; a;
cout &#60; &#60; [...]]]></description>
		<wfw:commentRss>http://www.chafardet.com/calcular-resolvente/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Funciones en C++, ejercicio 1 (orden de arreglos)</title>
		<link>http://www.chafardet.com/funciones-en-cplusplus/</link>
		<comments>http://www.chafardet.com/funciones-en-cplusplus/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 05:54:31 +0000</pubDate>
		<dc:creator>José Luis Chafardet Grimaldi</dc:creator>
				<category><![CDATA[Blah!]]></category>
		<category><![CDATA[Comentarios]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[arreglos]]></category>
		<category><![CDATA[bubblesort]]></category>
		<category><![CDATA[burbuja]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[c plus plus]]></category>
		<category><![CDATA[chafardet]]></category>
		<category><![CDATA[HostingVE]]></category>

		<guid isPermaLink="false">http://www.chafardet.com/?p=39</guid>
		<description><![CDATA[Este post esta relacionado con una asignación para la materia programación 2, se debe crear una funcion para ordenar el contenido de un arreglo, espero sea util para quien la vea.
es bien interesante, al analizar, este metodo, permite de manera notable, organizar optimamente, los datos en un arreglo basados en su orden numerico, de mayor [...]]]></description>
		<wfw:commentRss>http://www.chafardet.com/funciones-en-cplusplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control de estacionamientos</title>
		<link>http://www.chafardet.com/control-de-estacionamientos/</link>
		<comments>http://www.chafardet.com/control-de-estacionamientos/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 20:55:45 +0000</pubDate>
		<dc:creator>José Luis Chafardet Grimaldi</dc:creator>
				<category><![CDATA[Blah!]]></category>
		<category><![CDATA[Comentarios]]></category>
		<category><![CDATA[Ocio]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chafardet]]></category>
		<category><![CDATA[estacionamiento]]></category>
		<category><![CDATA[HostingVE]]></category>

		<guid isPermaLink="false">http://www.chafardet.com/?p=43</guid>
		<description><![CDATA[Esta fue una asignación para la materia programación 2, un programita simple, que controle entrada y salida de estacionamientos, basado en el promedio de carros por hora, debe decirle al duenio en cuantos puestos debe ser aumentado este.



#include &#60;cstdlib&#62;
#include &#60;iostream&#62;
#include &#60;string&#62;
#include &#60;sstream&#62;
#include &#60;limits&#62;
#include &#60;conio2 .h&#62;

#define amarillo textcolor(YELLOW);
#define verde textcolor(LIGHTGREEN);
#define blanco textcolor(WHITE);
#define rojo textcolor(LIGHTRED);
#define flecha printf(&#34;%c&#34;, [...]]]></description>
		<wfw:commentRss>http://www.chafardet.com/control-de-estacionamientos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculadora en C para programaciónn 1 en la UNE</title>
		<link>http://www.chafardet.com/calculadora-en-c/</link>
		<comments>http://www.chafardet.com/calculadora-en-c/#comments</comments>
		<pubDate>Wed, 07 May 2008 04:00:57 +0000</pubDate>
		<dc:creator>José Luis Chafardet Grimaldi</dc:creator>
				<category><![CDATA[Comentarios]]></category>
		<category><![CDATA[Portafolio]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[calculadora]]></category>
		<category><![CDATA[UNE]]></category>

		<guid isPermaLink="false">http://www.chafardet.com/?p=29</guid>
		<description><![CDATA[Este es el codigo de mi calculadora para el proyecto de programaciónn 1 en la UNE.


/*
Copyright (c) &#38;amp;lt;2008&#62; &#60;copyright Jose Chafardet - Armando BriceÃ±o - Daniel Lucero&#62;

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &#34;Software&#34;), to deal
in the Software without restriction, including without [...]]]></description>
		<wfw:commentRss>http://www.chafardet.com/calculadora-en-c/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
