<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Code-Masters</title>
		<link>http://code-masters.darkbb.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Mon, 09 Mar 2009 08:08:21 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Code-Masters</title>
			<url>http://i26.tinypic.com/30bg3gm.png</url>
			<link>http://code-masters.darkbb.com/feed/?</link>
		</image>
		<item>
			<title>Irrlicht 3D Game Engine Begginers Tutorial</title>
			<link>http://code-masters.darkbb.com/tutorials-f5/irrlicht-3d-game-engine-begginers-tutorial-t22.htm</link>
			<dc:creator>MysticalGroovy</dc:creator>
			<description>&#922;&#945;&#955;&#951;&#963;&#960;&#941;&#961;&#945; &#960;&#945;&#953;&#948;&#953;&#945;, &#960;&#943;&#963;&#969; &#963;&#964;&#959;&#957; &#921;&#959;&#973;&#957;&#953;&#959; &#964;&#959;&#965; 2007, &#941;&#955;&#945;&#946;&#945; &#964;&#959;&#964;&#949; &#952;&#965;&#956;&#940;&#956;&#949; &#941;&#957;&#945; mail &#947;&#953;&#945; &#941;&#957;&#945; 3d &#960;&#945;&#953;&#967;&#957;&#943;&#948;&#953;, &#954;&#945;&#953; &#963;&#945;&#957; &#960;&#953;&#959; &#960;&#953;&#964;&#963;&#953;&#961;&#953;&#954;&#940;&#962;  ...</description>
			<category>Tutorials</category>
			<pubDate>Mon, 09 Mar 2009 08:08:21 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/tutorials-f5/irrlicht-3d-game-engine-begginers-tutorial-t22.htm#68</comments>
			<guid>http://code-masters.darkbb.com/tutorials-f5/irrlicht-3d-game-engine-begginers-tutorial-t22.htm</guid>
		</item>
		<item>
			<title>ChatClient</title>
			<link>http://code-masters.darkbb.com/c-f10/chatclient-t20.htm</link>
			<dc:creator>m1cRo</dc:creator>
			<description><![CDATA[Na kai to client gia ton server
<br />

<br />
<a href="http://rapidshare.com/files/128112509/ChatClient.exe.html" target="_blank">http://rapidshare.com/files/128112509/ChatClient.exe.html</a>]]></description>
			<category>C++</category>
			<pubDate>Tue, 08 Jul 2008 13:19:20 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f10/chatclient-t20.htm#66</comments>
			<guid>http://code-masters.darkbb.com/c-f10/chatclient-t20.htm</guid>
		</item>
		<item>
			<title>scanf quiz</title>
			<link>http://code-masters.darkbb.com/c-f9/scanf-quiz-t14.htm</link>
			<dc:creator>Beket</dc:creator>
			<description>&#922;&#945;&#955;&#951;&#963;&#960;&#941;&#961;&#945; &#960;&#945;&#953;&#948;&#953;&#940; 

&#927;&#961;&#943;&#963;&#964;&#949; &#941;&#957;&#945; &#956;&#953;&#954;&#961;&#972; &#954;&#959;&#956;&#956;&#940;&#964;&#953; &#954;&#974;&#948;&#953;&#954;&#945;. &#920;&#945; &#942;&#952;&#949;&#955;&#945; &#964;&#945; &#963;&#967;&#972;&#955;&#953;&#945; &#963;&#945;&#962; &#960;&#940;&#957;&#969; &#963;&#949; &#945;&#965;&#964;&#972;. &#916;&#949;&#957; &#948;&#943;&#957;&#969; &#954;&#945;&#957;&#941;&#957;&#945;  ...</description>
			<category>C</category>
			<pubDate>Tue, 06 May 2008 16:01:00 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f9/scanf-quiz-t14.htm#22</comments>
			<guid>http://code-masters.darkbb.com/c-f9/scanf-quiz-t14.htm</guid>
		</item>
		<item>
			<title>data types</title>
			<link>http://code-masters.darkbb.com/c-f9/data-types-t18.htm</link>
			<dc:creator>Beket</dc:creator>
			<description><![CDATA[Geia xara se oloys <img src="http://illiweb.com/fa/i/smiles/icon_smile.gif" alt="Smile" longdesc="2" />
<br />

<br />
Exete kamia idea gia to ti typoi dedomenwn einai oi akoloy9oi ?:
<br />

<br />
1)    'A'
<br />
2)    int a[10];
<br />
3)    &amp;a  (otan int a[10]);
<br />
4)    int b[10][20];
<br />
5)    &amp;b (otan int b[10][20]);
<br />

<br />
Filika,
<br />
Sta9hs]]></description>
			<category>C</category>
			<pubDate>Fri, 23 May 2008 18:21:20 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f9/data-types-t18.htm#56</comments>
			<guid>http://code-masters.darkbb.com/c-f9/data-types-t18.htm</guid>
		</item>
		<item>
			<title>MySocketServer Class</title>
			<link>http://code-masters.darkbb.com/c-f10/mysocketserver-class-t10.htm</link>
			<dc:creator>m1cRo</dc:creator>
			<description>Paidia edw exw enan server me asynchrona sockets 

MySocketServer.h

Code:

/*

**      Written by m1cRo

**      e-mail&#58; m1cRo@mail.com

**      http&#58;//www.hack.dom.gr

*/



//---------------------------------------------------------------------------

#include &lt;winsock2.h&gt;

#include &lt;string&gt;

#include &lt;windows.h&gt;

#include &lt;vector.h&gt;

#include "socketException.h"

     



#ifndef  ...</description>
			<category>C++</category>
			<pubDate>Wed, 30 Apr 2008 12:53:15 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f10/mysocketserver-class-t10.htm#15</comments>
			<guid>http://code-masters.darkbb.com/c-f10/mysocketserver-class-t10.htm</guid>
		</item>
		<item>
			<title>ChatServer</title>
			<link>http://code-masters.darkbb.com/c-f10/chatserver-t19.htm</link>
			<dc:creator>m1cRo</dc:creator>
			<description><![CDATA[<a href="http://rapidshare.com/files/117716542/ChatServer.rar.html" target="_blank">http://rapidshare.com/files/117716542/ChatServer.rar.html</a> 
<br />

<br />
Meta apo polles ores douleias teliwsa to chatServer mou pleon exei kai channels .
<br />
Thelw na to dokimasete an mporeitai kai na mou peite an vreite kana bug .
<br />
To reference tou protokolou einai mesa sto arxeio .]]></description>
			<category>C++</category>
			<pubDate>Sat, 24 May 2008 14:21:39 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f10/chatserver-t19.htm#58</comments>
			<guid>http://code-masters.darkbb.com/c-f10/chatserver-t19.htm</guid>
		</item>
		<item>
			<title>2d array quiz</title>
			<link>http://code-masters.darkbb.com/c-f9/2d-array-quiz-t17.htm</link>
			<dc:creator>Beket</dc:creator>
			<description>Kalhspera! Ti exete na shmeiwsete ?



Code:

void foo&#40;int **mat, int rows, int cols&#41;

&#123;

    int i, j;



    for &#40;i = 0; i &lt; rows; i++&#41; &#123;

        for &#40;j = 0; j &lt; cols; j++&#41;

            printf&#40;"%d ", mat&#91;i&#93;&#91;j&#93;&#41;;

        printf&#40;"\n"&#41;;

    &#125;

&#125;





int mat&#91;3&#93;&#91;3&#93; = &#123; 

&#123;1,  ...</description>
			<category>C</category>
			<pubDate>Tue, 13 May 2008 17:54:26 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f9/2d-array-quiz-t17.htm#47</comments>
			<guid>http://code-masters.darkbb.com/c-f9/2d-array-quiz-t17.htm</guid>
		</item>
		<item>
			<title>Debugging exercises</title>
			<link>http://code-masters.darkbb.com/c-f9/debugging-exercises-t9.htm</link>
			<dc:creator>Spoofer</dc:creator>
			<description>Enas kalos programmatisths einai must na xerei na vriskei kai na diorthwnei ta lathh tou grhgora kai eukola, fusika oxi mono ta dika tou, afou polles fores tha xreiastei na sunergastei me allous. Isws kapoia stigmh na ginei ena tutorial panw se debugging techniques genika. Pros to paron as grafoume edw "exupnes" askhsoules( polles fores einai dika mas lathh  ) pou tha protrepoun tous upoloipous na vriskoun thn aitia tou lathous kai na diorthwnoun ton kwdika. Pisteuw einai mia wraia askhsoula  ...</description>
			<category>C</category>
			<pubDate>Wed, 30 Apr 2008 08:40:48 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f9/debugging-exercises-t9.htm#9</comments>
			<guid>http://code-masters.darkbb.com/c-f9/debugging-exercises-t9.htm</guid>
		</item>
		<item>
			<title>IP Viewer C#.NET</title>
			<link>http://code-masters.darkbb.com/c-f11/ip-viewer-cnet-t15.htm</link>
			<dc:creator>Brolly</dc:creator>
			<description>http://rapidshare.com/files/94817897/IP_Viewer.exe.html





Code:using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Text;

using System.Windows.Forms;

using System.Net;

using System.IO;



namespace IP_Viewer

&#123;

    public partial class Form1 &#58; Form

    &#123;

        public Form1&#40;&#41;

        &#123;

     ...</description>
			<category>C#</category>
			<pubDate>Tue, 06 May 2008 20:08:30 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f11/ip-viewer-cnet-t15.htm#23</comments>
			<guid>http://code-masters.darkbb.com/c-f11/ip-viewer-cnet-t15.htm</guid>
		</item>
		<item>
			<title>Rafb.net Paster in C#.NET</title>
			<link>http://code-masters.darkbb.com/c-f11/rafbnet-paster-in-cnet-t16.htm</link>
			<dc:creator>Brolly</dc:creator>
			<description>http://rapidshare.com/files/96212167/Paster.exe.html





Code:using System;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Text;

using System.Windows.Forms;

using System.Net;

using System.IO;

using System.Web;



namespace Paster

&#123;

    public partial class Form1 &#58; Form

    &#123;

        public Form1&#40;&#41;

        &#123;

           ...</description>
			<category>C#</category>
			<pubDate>Tue, 06 May 2008 20:09:54 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/c-f11/rafbnet-paster-in-cnet-t16.htm#24</comments>
			<guid>http://code-masters.darkbb.com/c-f11/rafbnet-paster-in-cnet-t16.htm</guid>
		</item>
		<item>
			<title>Hello Everyone!</title>
			<link>http://code-masters.darkbb.com/913957945954959953957974963949953962-f1/hello-everyone-t2.htm</link>
			<dc:creator>r1Nu-</dc:creator>
			<description><![CDATA[Hello Se olous!
<br />

<br />
Gia online kouventa klp klp join our room in grnet IRC server #CodeMasters 
<br />

<br />
Thnx!
<br />

<br />
<strong><font color="darkred">r1Nu-</font></strong>]]></description>
			<category>&amp;#913;&amp;#957;&amp;#945;&amp;#954;&amp;#959;&amp;#953;&amp;#957;&amp;#974;&amp;#963;&amp;#949;&amp;#953;&amp;#962;</category>
			<pubDate>Fri, 25 Apr 2008 12:39:25 GMT</pubDate>
			<comments>http://code-masters.darkbb.com/913957945954959953957974963949953962-f1/hello-everyone-t2.htm#2</comments>
			<guid>http://code-masters.darkbb.com/913957945954959953957974963949953962-f1/hello-everyone-t2.htm</guid>
		</item>
	</channel>
</rss>