<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.5" -->
<rss version="0.92">
<channel>
	<title>IT Questions</title>
	<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>
	<lastBuildDate>Thu, 04 Mar 2010 19:08:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Return Time function</title>
		<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>
		<link>http://itquestions.info/return-time-function/</link>
			</item>
	<item>
		<title>can you help me fix this</title>
		<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>
		<link>http://itquestions.info/can-you-help-me-fix-this/</link>
			</item>
	<item>
		<title>ERROR</title>
		<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>
		<link>http://itquestions.info/error-2/</link>
			</item>
	<item>
		<title>Reading bad sectors</title>
		<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>
		<link>http://itquestions.info/reading-bad-sectors/</link>
			</item>
	<item>
		<title>Inverted triangle</title>
		<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>
		<link>http://itquestions.info/inverted-triangle/</link>
			</item>
	<item>
		<title>c++ take ifstream filename from array</title>
		<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>
		<link>http://itquestions.info/c-take-ifstream-filename-from-array/</link>
			</item>
	<item>
		<title>Server Hosting/Joining through C++</title>
		<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>
		<link>http://itquestions.info/server-hostingjoining-through-c/</link>
			</item>
	<item>
		<title>Prime numbers in C++</title>
		<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>
		<link>http://itquestions.info/prime-numbers-in-c/</link>
			</item>
	<item>
		<title>make sure always just one process</title>
		<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>
		<link>http://itquestions.info/make-sure-always-just-one-process-2/</link>
			</item>
	<item>
		<title>make sure always just one process</title>
		<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>
		<link>http://itquestions.info/make-sure-always-just-one-process/</link>
			</item>
</channel>
</rss>
