<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Hello</title>
		<link>http://gamedesign.wikidot.com/forum/t-8285/hello</link>
		<description>Posts in the discussion thread &quot;Hello&quot; - New Member Says hello</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 12 May 2026 22:24:05 +0000</lastBuildDate>
		
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-8285#post-20240</guid>
				<title>Re: Hello</title>
				<link>http://gamedesign.wikidot.com/forum/t-8285/hello#post-20240</link>
				<description></description>
				<pubDate>Sun, 29 Apr 2007 06:15:43 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Np. That's what we're here for. &#8212; hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-8285#post-20239</guid>
				<title>Re: Hello</title>
				<link>http://gamedesign.wikidot.com/forum/t-8285/hello#post-20239</link>
				<description></description>
				<pubDate>Sun, 29 Apr 2007 05:33:19 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>lol it worked now but last time i put in sleep it dident work anyway thnx for help</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-8285#post-20145</guid>
				<title>Re: Hello</title>
				<link>http://gamedesign.wikidot.com/forum/t-8285/hello#post-20145</link>
				<description></description>
				<pubDate>Sat, 28 Apr 2007 05:24:18 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>And, yes, I have a habit of adding a semicolon ( ; ) to the end of lines when I switch to a BASIC language after using a C-syntax language for awhile. :) &#8212; hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-8285#post-20144</guid>
				<title>Re: Hello</title>
				<link>http://gamedesign.wikidot.com/forum/t-8285/hello#post-20144</link>
				<description></description>
				<pubDate>Sat, 28 Apr 2007 05:22:51 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>To keep the window open, try <tt><a href="http://gamedesign.wikidot.com/freebasic:sleep">Sleep</a></tt></p> <p>Didn't you read the <a href="http://gamedesign.wikidot.com/freebasic:hello-world-tutorial">Hello World Tutorial</a>? It explains this. Try this code :</p> <div class="code"> <pre><code>Print &quot;Hello World.&quot; Sleep End</code></pre></div> <p>&#8212; hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-8285#post-20142</guid>
				<title>Re: Hello</title>
				<link>http://gamedesign.wikidot.com/forum/t-8285/hello#post-20142</link>
				<description></description>
				<pubDate>Sat, 28 Apr 2007 04:57:31 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>thamk you very much i tried free basic and found it to be different from c/c++ its really not my thing i enjoy c++ very much but i just always seem to be missing things like a spacbar or return or a ; at the end of the line i realised this forum deals with the basics and found them to be very intresting as i started out with c++ i have found thst i find this as a good language for me i can do basic things in dos and stuff i tried this with free basic too and found that the window would not stay open for more than 0.001 or a second i tried adding a stop function wih no success also with free basic it is not a built in compiler/debugger/texteditor and it was confusing starting with a dos application everytime before i realised i needed a compiler oh well thats my story on freebasic</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-8285#post-19508</guid>
				<title>Re: Hello</title>
				<link>http://gamedesign.wikidot.com/forum/t-8285/hello#post-19508</link>
				<description></description>
				<pubDate>Wed, 25 Apr 2007 02:56:36 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello, welcome to Game Design Novice. I see that you've been using <a class="newpage" href="http://gamedesign.wikidot.com/c">C</a> (<tt>cout</tt> is a dead giveaway.) :) We don't really use C on GDN. We use various forms of <a href="http://gamedesign.wikidot.com/basic">BASIC</a>.</p> <p>BASIC is much, much easier to use than C. I recommend <a href="http://gamedesign.wikidot.com/freebasic">FreeBASIC</a>. You can find the download link on the <a href="http://gamedesign.wikidot.com/freebasic:getting-started-with-freebasic">Getting Started with FreeBASIC</a> page and our <a href="http://gamedesign.wikidot.com/freebasic:hello-world-tutorial">Hello World Tutorial</a> will show you the very first lines of code you need to understand.</p> <p>After you've read and worked your way through that tutorial, you can take a look at the rest of our <a href="http://gamedesign.wikidot.com/freebasic:tutorials">FreeBASIC tutorials</a>.</p> <p>&#8212; hartnell</p> <p>PS, if you need any more help, feel free to ask questions. That's what GDN is here for. :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-8285#post-19506</guid>
				<title>Hello</title>
				<link>http://gamedesign.wikidot.com/forum/t-8285/hello#post-19506</link>
				<description></description>
				<pubDate>Wed, 25 Apr 2007 02:31:46 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Since i have been reading alot of the tutorials on this site and found them to be exceptionally helpful i decided to post and say hello and i am a complete novice at programing i need help i can make basic sentances in a compiler i know basic things on how to start a program and i know that it has to start with a # i think most of the time inless u got comments before it // and i know to speak its cout&#171;&quot;speak\n&quot;; and i know that all programs end with a } thats pretty mush all i know so i hope you guys cann help me</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>