<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[First Strike Forums — A question for coders]]></title>
		<link>https://forums.fsmod.com/viewtopic.php?id=6807</link>
		<atom:link href="https://forums.fsmod.com/extern.php?action=feed&amp;tid=6807&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in A question for coders.]]></description>
		<lastBuildDate>Wed, 02 Jan 2008 16:19:35 +0000</lastBuildDate>
		<generator>PunBB 1.4.5</generator>
		<item>
			<title><![CDATA[Re: A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93652#p93652</link>
			<description><![CDATA[<p>Well yeah, thats what I thought code looked like. Anyway I was just curious.</p>]]></description>
			<author><![CDATA[null@example.com (Stardestroyersarecool)]]></author>
			<pubDate>Wed, 02 Jan 2008 16:19:35 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93652#p93652</guid>
		</item>
		<item>
			<title><![CDATA[Re: A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93649#p93649</link>
			<description><![CDATA[<div class="quotebox"><cite>Luke SkyRaper wrote:</cite><blockquote><p>hope that covers whatever language level you wanted to look at ...</p></blockquote></div><p>I think he wanted to know what the coding for BF mods looks like.</p>]]></description>
			<author><![CDATA[null@example.com (inund8)]]></author>
			<pubDate>Wed, 02 Jan 2008 16:08:37 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93649#p93649</guid>
		</item>
		<item>
			<title><![CDATA[Re: A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93561#p93561</link>
			<description><![CDATA[<p>it all looks like line noise bud , it just depends on how mentally Fked up you are in order to digest it efficiently. I chip along like a caveman making his wheel when I program.&nbsp; Some people can write good programs like taking a dump. But the better you are , the stranger you are.</p>]]></description>
			<author><![CDATA[null@example.com (Luke SkyRaper)]]></author>
			<pubDate>Tue, 01 Jan 2008 02:40:35 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93561#p93561</guid>
		</item>
		<item>
			<title><![CDATA[Re: A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93560#p93560</link>
			<description><![CDATA[<div class="quotebox"><cite>Stardestroyersarecool wrote:</cite><blockquote><p>So line noise like that is what makes things in game happen?</p></blockquote></div><p>well sort of, i think .con files have a big influence on ingame stuff too.</p>]]></description>
			<author><![CDATA[null@example.com (herbanator3)]]></author>
			<pubDate>Tue, 01 Jan 2008 01:14:39 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93560#p93560</guid>
		</item>
		<item>
			<title><![CDATA[Re: A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93557#p93557</link>
			<description><![CDATA[<p>So line noise like that is what makes things in game happen?</p>]]></description>
			<author><![CDATA[null@example.com (Stardestroyersarecool)]]></author>
			<pubDate>Tue, 01 Jan 2008 01:01:27 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93557#p93557</guid>
		</item>
		<item>
			<title><![CDATA[Re: A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93554#p93554</link>
			<description><![CDATA[<p>depends on what level of code you want to look at.<br />Everything is boiled down to 4-bit words called nibbles.&nbsp; ex . 0101<br />Pairs of nibbles form bytes, and is the basic unit.&nbsp; 1010 0101<br />From there if you take binary combinations of these you produce hex. 6F02&nbsp; (hexadecimal is 0-9 A-F )<br />Mostly programs are written in a higher level laguage farther up the food chain , in C++.&nbsp; </p><p>#include&lt;iostream.h&gt;</p><p>And all your macro-languages like used in games is just script like C scripts that are almost readable. ( like posted in the post above mine ) That one was obviously a snippet of code from a python script.</p><p>hope that covers whatever language level you wanted to look at ...</p>]]></description>
			<author><![CDATA[null@example.com (Luke SkyRaper)]]></author>
			<pubDate>Tue, 01 Jan 2008 00:06:01 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93554#p93554</guid>
		</item>
		<item>
			<title><![CDATA[Re: A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93553#p93553</link>
			<description><![CDATA[<p>in my opinion, code is a bunch of crazy little marks stuck in a notepad-like thingy and compiled to make a program <img src="https://forums.fsmod.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> I think it takes some good determination to learn and you need some good references. (stuff on the internet isn&#039;t nearly as good as stuff like books)</p><div class="codebox"><pre><code>#!/usr/bin/python
# Filename : helloworld.py
print &#039;Hello World&#039;</code></pre></div><p>Thats the classic &quot;hello world&quot; Its in python though <img src="https://forums.fsmod.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> (i dont know much of anything.. i want to learn, but my references are so limited..</p><p>but yeah, thats sorta how code looks like, i dont know if its a good example, but i hope it gave you a good idea <img src="https://forums.fsmod.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (herbanator3)]]></author>
			<pubDate>Mon, 31 Dec 2007 23:44:42 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93553#p93553</guid>
		</item>
		<item>
			<title><![CDATA[A question for coders]]></title>
			<link>https://forums.fsmod.com/viewtopic.php?pid=93552#p93552</link>
			<description><![CDATA[<p>Ive been wondering, what does code look like? and is it hard to learn how to write it?</p>]]></description>
			<author><![CDATA[null@example.com (Stardestroyersarecool)]]></author>
			<pubDate>Mon, 31 Dec 2007 23:37:42 +0000</pubDate>
			<guid>https://forums.fsmod.com/viewtopic.php?pid=93552#p93552</guid>
		</item>
	</channel>
</rss>
