<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Next Gen Boards - Computer Coding and Hacking</title>
		<link>http://www.nextgenboards.com/vb/</link>
		<description>Discuss anything computer coding and computer hacking related here</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 01:25:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.nextgenboards.com/vb/ps3/misc/rss.jpg</url>
			<title>Next Gen Boards - Computer Coding and Hacking</title>
			<link>http://www.nextgenboards.com/vb/</link>
		</image>
		<item>
			<title>WoW Server Launcher 1.3</title>
			<link>http://www.nextgenboards.com/vb/computer-coding-and-hacking/50289-wow-server-launcher-1-3-a-new-post.html</link>
			<pubDate>Tue, 10 Nov 2009 03:49:40 GMT</pubDate>
			<description>Image: http://i13.photobucket.com/albums/a293/1_UP/programs/wpss13.jpg  
Changelog: 
version 1.3 
/////////// 
Enabled the ability to remove servers...</description>
			<content:encoded><![CDATA[<div><img src="http://i13.photobucket.com/albums/a293/1_UP/programs/wpss13.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
Changelog:<br />
version 1.3<br />
///////////<br />
Enabled the ability to remove servers from the server list (in the past it was there but was messed up so I removed it, now it works 100%)<br />
<br />
Fixed an issue when someone would try to enter a blank server<br />
<br />
Also added an option to set it back to retail servers (which also supports you EU players as well)<br />
<br />
<a href="http://www.mediafire.com/?hmniawinnzn" target="_blank">Download</a></div>

]]></content:encoded>
			<category domain="http://www.nextgenboards.com/vb/computer-coding-and-hacking-72/">Computer Coding and Hacking</category>
			<dc:creator>1UP</dc:creator>
			<guid isPermaLink="true">http://www.nextgenboards.com/vb/computer-coding-and-hacking/50289-wow-server-launcher-1-3-a.html</guid>
		</item>
		<item>
			<title>c++ car milage thing...</title>
			<link>http://www.nextgenboards.com/vb/computer-coding-and-hacking/49880-c-car-milage-thing-new-post.html</link>
			<pubDate>Mon, 26 Oct 2009 04:39:29 GMT</pubDate>
			<description><![CDATA[Code: 
--------- 
#include<iostream> 
#include<windows.h> 
using namespace std; 
void math() 
 
int main(void) 
{]]></description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#include&lt;iostream&gt;<br />
#include&lt;windows.h&gt;<br />
using namespace std;<br />
void math()<br />
<br />
int main(void)<br />
{<br />
<br />
double mil 0.0 ;<br />
double gal = 0.0;<br />
double mpg = 0.0;<br />
<br />
cout &lt;&lt; &quot;Enter gallons used: &quot; &lt;&lt; endl;<br />
&nbsp; &nbsp; cin &gt;&gt; gal;<br />
&nbsp; &nbsp; system(&quot;cls&quot;);<br />
<br />
&nbsp; &nbsp; cout &lt;&lt; &quot;Now enter miles driven: &quot; &lt;&lt; endl;<br />
&nbsp; &nbsp; cin &gt;&gt; mil;<br />
&nbsp; &nbsp; system(&quot;cls&quot;);<br />
<br />
while ( gal = 0.0 )<br />
&nbsp; &nbsp; do{<br />
<br />
&nbsp; &nbsp; cout &lt;&lt; &quot;You can't drive a car without wasting any gas!\nStart over!&quot; &lt;&lt; endl;<br />
&nbsp; &nbsp; system(&quot;pause&quot;);<br />
&nbsp; &nbsp; main();<br />
<br />
&nbsp; &nbsp; }<br />
<br />
while (mil = 0.0 )<br />
&nbsp; &nbsp; do{<br />
<br />
&nbsp; &nbsp; cout &lt;&lt; &quot;How do you manage to waste gas without driving?&quot; &lt;&lt; endl;<br />
&nbsp; &nbsp; system(&quot;pause&quot;);<br />
&nbsp; &nbsp; main()<br />
<br />
&nbsp; &nbsp; }<br />
<br />
math();<br />
<br />
}<br />
<br />
void math(void)<br />
{<br />
<br />
mil / gal = mpg;<br />
cout &lt;&lt; &quot;You entered &lt;&lt; gal &lt;&lt;&quot; as the number of gallons used. And &quot;&lt;&lt; mil &lt;&lt;&quot; as the number of miles traveled\nYour total Miles per gallon is: &quot;&lt;&lt; mpg &lt;&lt; &quot;.&quot;<br />
<br />
<br />
}</code><hr />
</div>If theres any one out there who still cares about this section, what do you think</div>

]]></content:encoded>
			<category domain="http://www.nextgenboards.com/vb/computer-coding-and-hacking-72/">Computer Coding and Hacking</category>
			<dc:creator>mameman2</dc:creator>
			<guid isPermaLink="true">http://www.nextgenboards.com/vb/computer-coding-and-hacking/49880-c-car-milage-thing.html</guid>
		</item>
	</channel>
</rss>
