<?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>^^</title>
		<link>http://niwaly.forumfreek.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Tue, 11 Dec 2007 16:21:22 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>^^</title>
			<url>http://illiweb.com/fa/prosilver_lightgreen/site_logo.gif</url>
			<link>http://niwaly.forumfreek.com/feed/?</link>
		</image>
		<item>
			<title>C++  Preprocessor directives</title>
			<link>http://niwaly.forumfreek.com/tutorials-f8/c-preprocessor-directives-t4.htm</link>
			<dc:creator>Niwaly</dc:creator>
			<description>Preprocessor directives are lines included in the code of our programs that are not program statements but directives for the preprocessor. These lines are always preceded by a pound sign (#). The preprocessor is executed before the actual compilation of code begins, therefore the preprocessor digests all these directives before any code is generated by the statements.



These preprocessor directives extend only across a single line of code. As soon as a newline character is found, the preprocessor  ...</description>
			<category>Tutorials</category>
			<pubDate>Tue, 11 Dec 2007 16:21:22 GMT</pubDate>
			<comments>http://niwaly.forumfreek.com/tutorials-f8/c-preprocessor-directives-t4.htm#4</comments>
			<guid>http://niwaly.forumfreek.com/tutorials-f8/c-preprocessor-directives-t4.htm</guid>
		</item>
		<item>
			<title>C++  Input/Output with files</title>
			<link>http://niwaly.forumfreek.com/tutorials-f8/c-input-output-with-files-t3.htm</link>
			<dc:creator>Niwaly</dc:creator>
			<description>C++ provides the following classes to perform output and input of characters to/from files:



* ofstream: Stream class to write on files

* ifstream: Stream class to read from files

* fstream: Stream class to both read and write from/to files.



These classes are derived directly or indirectly from the classes istream, and ostream. We have already used objects whose types were these classes: cin is an object of class istream and cout is an object of class ostream. Therfore, we have already  ...</description>
			<category>Tutorials</category>
			<pubDate>Tue, 11 Dec 2007 16:18:18 GMT</pubDate>
			<comments>http://niwaly.forumfreek.com/tutorials-f8/c-input-output-with-files-t3.htm#3</comments>
			<guid>http://niwaly.forumfreek.com/tutorials-f8/c-input-output-with-files-t3.htm</guid>
		</item>
		<item>
			<title>C++ Hello World</title>
			<link>http://niwaly.forumfreek.com/tutorials-f8/c-hello-world-t2.htm</link>
			<dc:creator>Niwaly</dc:creator>
			<description>Assuming you have a C++ compiler(Dev-cpp or g++), lets get started. 



Code:#include &lt;iostream&gt;







using namespace std;







int main&#40;&#41;



&#123;







    cout &lt;&lt; &quot;Hello World!&quot;;







    cin.get&#40;&#41;;



  return 0;



&#125;





#include &lt;iostream&gt;

Now this is how you call a header file. This file is for user input and output.



using namespace std;

Now you can use cout and other  ...</description>
			<category>Tutorials</category>
			<pubDate>Tue, 11 Dec 2007 16:16:56 GMT</pubDate>
			<comments>http://niwaly.forumfreek.com/tutorials-f8/c-hello-world-t2.htm#2</comments>
			<guid>http://niwaly.forumfreek.com/tutorials-f8/c-hello-world-t2.htm</guid>
		</item>
		<item>
			<title>Get Lime Wire Pro Latest Version For Free</title>
			<link>http://niwaly.forumfreek.com/guides-and-tutorials-f5/get-lime-wire-pro-latest-version-for-free-t1.htm</link>
			<dc:creator>Niwaly</dc:creator>
			<description>This is a GUIDE on how to download &quot;limewire pro&quot; from it's own hosted website with-out even paying a cent.....



Step 1 :: Go to www.limewire.com



Step 2 :: Click on Download



Step 3 :: Now it will take you to a page where it says Get Pro or Get BASIC Click on Get PRO.



Step 4 :: Now tick box where it says I will not use LimeWire PRO for copyright infringement and click CONTINUE



Step 5 :: Now look in the top right hand corner of the screen it will say Alreday Brought  ...</description>
			<category>Guides And Tutorials</category>
			<pubDate>Tue, 11 Dec 2007 16:07:22 GMT</pubDate>
			<comments>http://niwaly.forumfreek.com/guides-and-tutorials-f5/get-lime-wire-pro-latest-version-for-free-t1.htm#1</comments>
			<guid>http://niwaly.forumfreek.com/guides-and-tutorials-f5/get-lime-wire-pro-latest-version-for-free-t1.htm</guid>
		</item>
	</channel>
</rss>