<?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>HawkCreation &#187; Programmation</title>
	<atom:link href="http://hawkcreation.com/tag/programmation/feed/" rel="self" type="application/rss+xml" />
	<link>http://hawkcreation.com</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 21:08:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux : Compilation d&#8217;un programme contenant tinyxml</title>
		<link>http://hawkcreation.com/2012/01/16/linux-compilation-dun-programme-contenant-tinyxml/</link>
		<comments>http://hawkcreation.com/2012/01/16/linux-compilation-dun-programme-contenant-tinyxml/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:08:53 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programmation]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=1238</guid>
		<description><![CDATA[Il peut arriver que sous certaines versions de Linux, lorsque vous compilez votre programme vous ayez un message dans le style ci-dessous. Mon programme se compilait bien sous Windows tout comme avec une version récente d&#8217;Ubuntu mais pourtant sur une distribution un peu plus vieille, impossible&#8230; (.text._ZN11TiXmlString4quitEv[TiXmlString::quit()]+0x15): undefined reference to `TiXmlString::nullrep_' Pour arriver à compiler [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2012/01/16/linux-compilation-dun-programme-contenant-tinyxml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Warning avec la fonction date</title>
		<link>http://hawkcreation.com/2011/10/11/php-warning-avec-la-fonction-date/</link>
		<comments>http://hawkcreation.com/2011/10/11/php-warning-avec-la-fonction-date/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:09:31 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=1175</guid>
		<description><![CDATA[En utilisant PHP en ligne de commande j&#8217;ai eu le plaisir d&#8217;avoir ce message d&#8217;erreur : PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone _set() function. In case you used any of those methods and you are still [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2011/10/11/php-warning-avec-la-fonction-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Librairies Linux pré-compilé pour Windows</title>
		<link>http://hawkcreation.com/2011/08/28/librairies-linux-pre-compile-pour-windows/</link>
		<comments>http://hawkcreation.com/2011/08/28/librairies-linux-pre-compile-pour-windows/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 08:56:12 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Programmation]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=1152</guid>
		<description><![CDATA[Si comme moi vous n&#8217;avez pas forcément le temps de chercher pendant des heures pour trouver les .lib d&#8217;une librairie Open Source compilé pour Windows, il y a peut être une solution ! Le projet KDE Windows Initiative est un projet visant à porter les applications KDE vers la plateforme Windows. Dans mon cas, je [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2011/08/28/librairies-linux-pre-compile-pour-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QDevelop : IDE pour Qt</title>
		<link>http://hawkcreation.com/2010/09/09/qdevelop-ide-pour-qt/</link>
		<comments>http://hawkcreation.com/2010/09/09/qdevelop-ide-pour-qt/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:13:31 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=731</guid>
		<description><![CDATA[Même si pour développer avec Qt il existe QtCreator, vous pouvez également installer un plugin permettant de programmer en Qt sous Visual Studio (la version 2010 pour le moment n&#8217;est pas supporter ni les éditions Express) ou alors vous pouvez utiliser QDevelop. Ce logiciel est un dérivé de KDevelop l&#8217;IDE (Environnement de développement disponible sous [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2010/09/09/qdevelop-ide-pour-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaZone</title>
		<link>http://hawkcreation.com/2010/08/28/javazone/</link>
		<comments>http://hawkcreation.com/2010/08/28/javazone/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 09:45:45 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[Vidéos]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Logiciels Libre]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=652</guid>
		<description><![CDATA[Paru il y a quelques mois déjà, je vous propose de redécouvrir cette vidéo qui a été censuré sur Youtube pour raisons de droit d&#8217;auteurs&#8230; Cette vidéo présente la bande annonce d&#8217;un pseudo film (qui ne verra jamais le jour) racontant la vie d&#8217;un jeune homme découvrant le JAVA. Il n&#8217;y a rien d&#8217;extraordinaire à [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2010/08/28/javazone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiler programme avec MinGW, OpenGL et GLUT</title>
		<link>http://hawkcreation.com/2010/05/02/mingw-opengl-et-glut/</link>
		<comments>http://hawkcreation.com/2010/05/02/mingw-opengl-et-glut/#comments</comments>
		<pubDate>Sun, 02 May 2010 16:55:07 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=503</guid>
		<description><![CDATA[Pour réaliser des applications 3D, vous avez la possibilité d&#8217;utiliser un moteur 3D déjà existant comme par exemple Irrlicht, Crystal Space, OGRE ou alors vous pouvez mettre les mains dans le cambouis et essayer de faire votre propre moteur avec l&#8217;aide de DirectX (Windows seulement) ou plutôt OpenGL pour être multiplateformes. Nous allons donc voir [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2010/05/02/mingw-opengl-et-glut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer le SDK de Qt</title>
		<link>http://hawkcreation.com/2010/05/01/installer-le-sdk-de-qt/</link>
		<comments>http://hawkcreation.com/2010/05/01/installer-le-sdk-de-qt/#comments</comments>
		<pubDate>Sat, 01 May 2010 16:30:45 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=485</guid>
		<description><![CDATA[Pour les développeurs en herbes qui désireraient programmer des logiciels avec interface graphique, les choses se sont simplifié en C/C++ avec l&#8217;arrivé de Qt ! Le framework Qt permet la réalisation d&#8217;applications en C/C++ avec interface graphique et portable sur les trois plateformes. Cette librairie est passé sous licence LGPL depuis 2009 permettant la réalisation [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2010/05/01/installer-le-sdk-de-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MinGW – Changer l&#8217;icône de votre exécutable</title>
		<link>http://hawkcreation.com/2010/04/25/mingw-%e2%80%93-changer-licone-de-votre-executable/</link>
		<comments>http://hawkcreation.com/2010/04/25/mingw-%e2%80%93-changer-licone-de-votre-executable/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 15:18:53 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=391</guid>
		<description><![CDATA[Maintenant que vous avez réalisé le logiciel qui va probablement révolutionner le monde, il serait intéressant de changer l&#8217;icône basique par un icône digne de votre programme ! Bien loin des idées de décompilation, d&#8217;utiliser ResHacker (qui ne fonctionnerait probablement pas avec votre application) où tout autres logiciels pour modifier votre exécutable, votre compilateur chérie [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2010/04/25/mingw-%e2%80%93-changer-licone-de-votre-executable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C/C++, Les Arguments</title>
		<link>http://hawkcreation.com/2009/05/03/cc-les-arguments/</link>
		<comments>http://hawkcreation.com/2009/05/03/cc-les-arguments/#comments</comments>
		<pubDate>Sun, 03 May 2009 14:16:25 +0000</pubDate>
		<dc:creator>Romain</dc:creator>
				<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Programmation]]></category>

		<guid isPermaLink="false">http://hawkcreation.com/?p=266</guid>
		<description><![CDATA[Il est parfois utile de fournir des arguments à un programme par l&#8217;intermédiaire de son exécutable. Sous Linux lorsque vous faites cd /home vous passez /home à la commande cd. Pour un jeu par exemple, vous pouvez passer en arguments la résolution de l&#8217;écran pour que les joueurs puissent mettre la résolution native de leur [...]]]></description>
		<wfw:commentRss>http://hawkcreation.com/2009/05/03/cc-les-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

