<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>IT Questions</title>
	<atom:link href="http://itquestions.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://itquestions.info</link>
	<description>HR Question, Java Question, Asp.Net Question, C and C++ Question, SAP, Web Services, Window and XML Question</description>
	<pubDate>Thu, 04 Mar 2010 19:08:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Return Time function</title>
		<link>http://itquestions.info/return-time-function/</link>
		<comments>http://itquestions.info/return-time-function/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:06 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/return-time-function/</guid>
		<description><![CDATA[Hi guys, uve been workin on a restaurant program and im tryin to write the time to the end of the receipt. so im writing information to a file.  only problem is i cannot make my time function return the current time. I&#8217;ve tried everything. can you guys help??
im using:
char Time::currentTime()
{
&#160; time_t rawtime;
&#160; struct [...]]]></description>
		<wfw:commentRss>http://itquestions.info/return-time-function/feed/</wfw:commentRss>
		</item>
		<item>
		<title>can you help me fix this</title>
		<link>http://itquestions.info/can-you-help-me-fix-this/</link>
		<comments>http://itquestions.info/can-you-help-me-fix-this/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:06 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/can-you-help-me-fix-this/</guid>
		<description><![CDATA[
#include &#60;iostream&#62;
#include &#60;list&#62;
using namespace std;

template &#60;typename T&#62;
class superlist : public list&#60;T&#62;
{
&#160; public:
&#160; &#160; // squish() is a mutator that &#34;squish&#34; together adjacent duplicate
&#160; &#160; // elements in a list.
&#160; &#160; //
&#160; &#160; // Example #1:
&#160; &#160; //&#160; &#160;  [3, 3, 4, 3, 3, 3, 2, 8, 8]
&#160; &#160; //&#160; &#160; &#160; &#160;  becomes...
&#160; [...]]]></description>
		<wfw:commentRss>http://itquestions.info/can-you-help-me-fix-this/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ERROR</title>
		<link>http://itquestions.info/error-2/</link>
		<comments>http://itquestions.info/error-2/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:05 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/error-2/</guid>
		<description><![CDATA[Hi everyone!
I&#8217;m new to C++ and i was told Dev CPP is a good compiler. I installed it and anytime i try to open it comes out this message: 
There doesn&#8217;t seem to be GNU Make file in PATH or in Dev C++&#8217;s Bin path. Please make sure that you have GNU Make and adjust [...]]]></description>
		<wfw:commentRss>http://itquestions.info/error-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reading bad sectors</title>
		<link>http://itquestions.info/reading-bad-sectors/</link>
		<comments>http://itquestions.info/reading-bad-sectors/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:05 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/reading-bad-sectors/</guid>
		<description><![CDATA[Hi Guys
I want to build an application which can be used to empty the content of bad (remapped) sectors. At the moment I really dont know where to start, so I am hoping someone can give me a push in the right direction.
It would also be nice if someone could post some links on how [...]]]></description>
		<wfw:commentRss>http://itquestions.info/reading-bad-sectors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Inverted triangle</title>
		<link>http://itquestions.info/inverted-triangle/</link>
		<comments>http://itquestions.info/inverted-triangle/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:05 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/inverted-triangle/</guid>
		<description><![CDATA[Here&#8217;s my code for the upright triangle. Now I&#8217;m hard up on doing the code for inverted triangle, I&#8217;m working on it right now, but a little help would be great.
#include &#60;iostream.h&#62;
#include &#60;conio.h&#62;
void main()
{
&#160; &#160; &#160; &#160; int len,ht,ch,cho,sz,col=20,ctr=1;
&#160; &#160; &#160; &#160; cout&#60;&#60;&#34;\nTRIANGLE&#34;;
&#160; &#160; &#160; &#160; cout&#60;&#60;&#34;\nEnter Size: &#34;;
&#160; &#160; &#160; &#160; cin&#62;&#62;sz;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://itquestions.info/inverted-triangle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>c++ take ifstream filename from array</title>
		<link>http://itquestions.info/c-take-ifstream-filename-from-array/</link>
		<comments>http://itquestions.info/c-take-ifstream-filename-from-array/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:05 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/c-take-ifstream-filename-from-array/</guid>
		<description><![CDATA[Hi there!
I&#8217;m new to c++ and I&#8217;m having problems with ifstream. I assume that my question is pretty stupid but here you go:
I&#8217;ve got something like:
ifstream infile(inname);

Furthermore I do have an array - let&#8217;s call it Array -  which contains several filenames I want to choose one from. With wrong synthax I want:
ifstream infile(Array&#91;5&#93;);

But [...]]]></description>
		<wfw:commentRss>http://itquestions.info/c-take-ifstream-filename-from-array/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Hosting/Joining through C++</title>
		<link>http://itquestions.info/server-hostingjoining-through-c/</link>
		<comments>http://itquestions.info/server-hostingjoining-through-c/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:05 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/server-hostingjoining-through-c/</guid>
		<description><![CDATA[Hello, I am wondering how its possible, to make a server that you can
connect to it, through IP and Port and than send data to it,
For example I am trying to make a simple multiplayer game. But I am really
amateur on connections etc. So please help me out.

    

	]]></description>
		<wfw:commentRss>http://itquestions.info/server-hostingjoining-through-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prime numbers in C++</title>
		<link>http://itquestions.info/prime-numbers-in-c/</link>
		<comments>http://itquestions.info/prime-numbers-in-c/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:04 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/prime-numbers-in-c/</guid>
		<description><![CDATA[Hi techies,
I am new into C++. I like to write a program that generates all the primes number between 1 and 100. Below is the code I have written but brings no output.
Thanks for any help&#8230;
//A program that generates all of the prime numbers between 1 and 100

#include &#60;iostream&#62;

using namespace std;

int main()
{
&#160; &#160; int n;

&#160; [...]]]></description>
		<wfw:commentRss>http://itquestions.info/prime-numbers-in-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>make sure always just one process</title>
		<link>http://itquestions.info/make-sure-always-just-one-process-2/</link>
		<comments>http://itquestions.info/make-sure-always-just-one-process-2/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:08:04 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/make-sure-always-just-one-process-2/</guid>
		<description><![CDATA[In need a simple code that will check if proccesname is running, and if it does it terminate the c++ exefile, but if it dont it will continue to the code i want to run, can this be done? please somone help me out only thing i need to complete my project

    [...]]]></description>
		<wfw:commentRss>http://itquestions.info/make-sure-always-just-one-process-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>make sure always just one process</title>
		<link>http://itquestions.info/make-sure-always-just-one-process/</link>
		<comments>http://itquestions.info/make-sure-always-just-one-process/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:05:04 +0000</pubDate>
		<dc:creator>BlairSammmma</dc:creator>
		
		<category><![CDATA[C++ Questions]]></category>

		<guid isPermaLink="false">http://itquestions.info/make-sure-always-just-one-process/</guid>
		<description><![CDATA[[code] In need a simple code that will check if proccesname is running, and if it does it terminate the c++ exefile, but if it dont it will continue to the code i want to run, can this be done? please somone help me out only thing i need to complete my project [icode]

  [...]]]></description>
		<wfw:commentRss>http://itquestions.info/make-sure-always-just-one-process/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
