<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
		
	<channel>
		<title>RSS Feeds :: C and C++ Programming Tutorials and Source Code - </title>
	<!--<atom:link href="http://www.mycplus.com/forum" rel="self" type="application/rss+xml" />-->
		<description>C and C++ Programming Tutorials, Source Code and Discussion Forum.</description>
		<link>http://www.mycplus.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 16 Sep 2008 16:38:06 -0700</pubDate>
		<lastBuildDate>Fri, 10 Jul 2009 06:30:42 -0700</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: C and C++ Programming Tutorials and Source Code - Tue, 16 Sep 2008 16:38:06 -0700</copyright>
		<dc:creator>admin@mycplus.com (C and C++ Programming Tutorials and Source Code)</dc:creator>

		<image>
			<title>RSS Feeds :: C and C++ Programming Tutorials and Source Code - </title>
			<url>http://www.mycplus.com/forum/styles/prosilver/imageset/site_logo.gif</url>
			<link>http://www.mycplus.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/MycplusForum" type="application/rss+xml" /><item>
			<title>Re: Accounting management</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/cUikb1xaJd4/post1291.htm</link>
				<description><![CDATA[ What is the best and simple accounting software? I need an accounting
software that is simple to use and user-friendly for my home and business
expenses. I only need it to track my expenses. I would prefer the software
to contain some sort of option to connect to my bank account online in
order to track checks that have cleared. I've tried Quickbooks Pro and, to
be honest, I didn't really put a lot of effort into learning how to use it,
but for me it just wasn't very user-friendly. Inexpensive ...<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2676">anissata</a> &bull; on Wed Feb 04, 2009 2:22 pm &bull; Replies 1 &bull; Views 756</p><hr />]]></description>
					<content:encoded><![CDATA[ What is the best and simple accounting software? I need an accounting
software that is simple to use and user-friendly for my home and business
expenses. I only need it to track my expenses. I would prefer the software
to contain some sort of option to connect to my bank account online in
order to track checks that have cleared. I've tried Quickbooks Pro and, to
be honest, I didn't really put a lot of effort into learning how to use it,
but for me it just wasn't very user-friendly. Inexpensive ...<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/cUikb1xaJd4" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=56"><![CDATA[Software Design and Development]]></category>
			<dc:creator><![CDATA[2676]]></dc:creator>
			<dc:date>2009-07-10T02:43:46-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1291.htm#p1291</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1291.htm#p1291</feedburner:origLink></item>
			<item>
			<title>getting time independent of system time in sun solaries</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/TDX-rzErDW4/post1290.htm</link>
				<description><![CDATA[i am using function <br />                 gethrtime() in sun solaries<br
/>to get the time independent of the system time.Problem with this function
is if we restart the system time will change to '0'.is there any other way
to resolve this problem.<br /><br />thanks & regards<br />suresh<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2309">sureshrtp</a> &bull; on Tue Jul 07, 2009 7:15 am &bull; Replies 0 &bull; Views 4</p><hr />]]></description>
					<content:encoded><![CDATA[i am using function <br />                 gethrtime() in sun solaries<br
/>to get the time independent of the system time.Problem with this function
is if we restart the system time will change to '0'.is there any other way
to resolve this problem.<br /><br />thanks & regards<br />suresh<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/TDX-rzErDW4" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=65"><![CDATA[Linux, Unix and Mac]]></category>
			<dc:creator><![CDATA[2309]]></dc:creator>
			<dc:date>2009-07-06T23:15:19-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1290.htm#p1290</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1290.htm#p1290</feedburner:origLink></item>
			<item>
			<title>Re: Buffer overflow c/c++</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/nwdsvjAAbvo/post1289.htm</link>
				<description><![CDATA[The best thing to do in c/c++ is check that the indexes are with in range
:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>int array &#91;
2&#93; &#91; 2 &#93;;<br />if ( i < 2 && j < 2 )<br />&nbsp; &nbsp; var =
array &#91; i &#93; &#91; j &#93;;<br /></code></dd></dl><br /><br />since
c/c++ does not use array descriptors ( an array header with the maximum
length information ) there is really no other way I can think of.<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=1299">dman</a> &bull; on Thu Jul 02, 2009 9:47 pm &bull; Replies 1 &bull; Views 71</p><hr />]]></description>
					<content:encoded><![CDATA[The best thing to do in c/c++ is check that the indexes are with in range
:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>int array &#91;
2&#93; &#91; 2 &#93;;<br />if ( i < 2 && j < 2 )<br />&nbsp; &nbsp; var =
array &#91; i &#93; &#91; j &#93;;<br /></code></dd></dl><br /><br />since
c/c++ does not use array descriptors ( an array header with the maximum
length information ) there is really no other way I can think of.<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/nwdsvjAAbvo" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[1299]]></dc:creator>
			<dc:date>2009-07-05T16:31:52-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1289.htm#p1289</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1289.htm#p1289</feedburner:origLink></item>
			<item>
			<title>How to copy a hard disk partition?</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/c6aH-g09vTA/post1277.htm</link>
				<description><![CDATA[ Hii<br /><br />I wanna copy an NTFs partition to another partition of same
type and same size.And I tried with windows function<br />Copyfile() and it
worked but slow speed is a problem.Then I did with readfile() and
WriteFile() instead of Copyfile() again speed is a problem.<br /><br />How
can I get a better speed...??<br /><br />I did the same operation in kernel
mode and getting slow performance using zwCreatefile() ,zwReadfile() &
zwWriteFile()...<br /><br />How can I get a better speed .....?<br /><br
/>I want to copy a hard disk partition...<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2640">krishnampkkm</a> &bull; on Tue Jun 30, 2009 8:23 am &bull; Replies 0 &bull; Views 20</p><hr />]]></description>
					<content:encoded><![CDATA[ Hii<br /><br />I wanna copy an NTFs partition to another partition of same
type and same size.And I tried with windows function<br />Copyfile() and it
worked but slow speed is a problem.Then I did with readfile() and
WriteFile() instead of Copyfile() again speed is a problem.<br /><br />How
can I get a better speed...??<br /><br />I did the same operation in kernel
mode and getting slow performance using zwCreatefile() ,zwReadfile() &
zwWriteFile()...<br /><br />How can I get a better speed .....?<br /><br
/>I want to copy a hard disk partition...<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/c6aH-g09vTA" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[2640]]></dc:creator>
			<dc:date>2009-06-30T00:23:36-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1277.htm#p1277</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1277.htm#p1277</feedburner:origLink></item>
			<item>
			<title>Re: C# Manifest file question</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/JqFFECSdhXw/post1267.htm</link>
				<description><![CDATA[HI GUYS IF YOU KNOW THE ANSWER MEANS LET ME KNOW<br /><br /><br />	What is
a pre-requisite for connection pooling? <br /><br /><br /><a
href="http://www.seoindia.mobi/" class="postlink">seo india</a><p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2568">johndavid</a> &bull; on Wed Jan 16, 2008 1:30 pm &bull; Replies 2 &bull; Views 812</p><hr />]]></description>
					<content:encoded><![CDATA[HI GUYS IF YOU KNOW THE ANSWER MEANS LET ME KNOW<br /><br /><br />	What is
a pre-requisite for connection pooling? <br /><br /><br /><a
href="http://www.seoindia.mobi/" class="postlink">seo india</a><img src="http://feeds.feedburner.com/~r/MycplusForum/~4/JqFFECSdhXw" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=53"><![CDATA[.NET and C# Programming]]></category>
			<dc:creator><![CDATA[2568]]></dc:creator>
			<dc:date>2009-06-19T20:17:13-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1267.htm#p1267</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1267.htm#p1267</feedburner:origLink></item>
			<item>
			<title>Calculating Entropy of a file and coding it using Hamming</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/6vgeA6-Ln2Q/post1264.htm</link>
				<description><![CDATA[  Hello there!<br /><br />I am trying to solve a problem for a project i
took and i am in the final<br /><br />part of it...(view below for my until
now code)<br /><br />Well the aim is to calculate the entropy of a file and
then to use<br /><br />Hamming to code it. I managed to make both parts
based on what I learned<br /><br />from the class and read in the book.
(Please if you are familiar with the<br /><br />object tell me if it is
correct )<br /><br />So, my problem is that I am not able to merge those
two parts below (you<br /><br />dont need to read the theory for it).....<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2564">huffman</a> &bull; on Fri Jun 19, 2009 10:59 am &bull; Replies 0 &bull; Views 47</p><hr />]]></description>
					<content:encoded><![CDATA[  Hello there!<br /><br />I am trying to solve a problem for a project i
took and i am in the final<br /><br />part of it...(view below for my until
now code)<br /><br />Well the aim is to calculate the entropy of a file and
then to use<br /><br />Hamming to code it. I managed to make both parts
based on what I learned<br /><br />from the class and read in the book.
(Please if you are familiar with the<br /><br />object tell me if it is
correct )<br /><br />So, my problem is that I am not able to merge those
two parts below (you<br /><br />dont need to read the theory for it).....<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/6vgeA6-Ln2Q" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[2564]]></dc:creator>
			<dc:date>2009-06-19T02:59:29-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1264.htm#p1264</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1264.htm#p1264</feedburner:origLink></item>
			<item>
			<title>Re: A query</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/5sPtcl4pdpY/post1247.htm</link>
				<description><![CDATA[Thanks to this query thread. I was able to learn more and gain information
about C++. I'm actually studying the site regarding different things that I
can use C++ for. Again, thanks!<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2496">rickeybojey</a> &bull; on Mon Mar 28, 2005 12:31 am &bull; Replies 3 &bull; Views 1517</p><hr />]]></description>
					<content:encoded><![CDATA[Thanks to this query thread. I was able to learn more and gain information
about C++. I'm actually studying the site regarding different things that I
can use C++ for. Again, thanks!<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/5sPtcl4pdpY" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=52"><![CDATA[Visual C++ Programming]]></category>
			<dc:creator><![CDATA[2496]]></dc:creator>
			<dc:date>2009-06-15T08:25:51-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1247.htm#p1247</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1247.htm#p1247</feedburner:origLink></item>
			<item>
			<title>Re: Problem with control container</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/AF9-b6c5kTQ/post1246.htm</link>
				<description><![CDATA[I don't really know, but there are other forums about these where a lot
have already commented on. Just try looking for other forum web sites.
Sorry though.<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2496">rickeybojey</a> &bull; on Fri Jul 14, 2006 7:19 am &bull; Replies 1 &bull; Views 1028</p><hr />]]></description>
					<content:encoded><![CDATA[I don't really know, but there are other forums about these where a lot
have already commented on. Just try looking for other forum web sites.
Sorry though.<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/AF9-b6c5kTQ" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=52"><![CDATA[Visual C++ Programming]]></category>
			<dc:creator><![CDATA[2496]]></dc:creator>
			<dc:date>2009-06-15T08:23:30-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1246.htm#p1246</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1246.htm#p1246</feedburner:origLink></item>
			<item>
			<title>Re: How to avoid if else...</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/OAwXm21sAw4/post1245.htm</link>
				<description><![CDATA[Nice thread. I find this useful when using C++ since I'm a beginner at the
program. Thanks a lot for the information!<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2496">rickeybojey</a> &bull; on Thu Jun 11, 2009 1:24 pm &bull; Replies 3 &bull; Views 76</p><hr />]]></description>
					<content:encoded><![CDATA[Nice thread. I find this useful when using C++ since I'm a beginner at the
program. Thanks a lot for the information!<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/OAwXm21sAw4" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[2496]]></dc:creator>
			<dc:date>2009-06-15T08:14:09-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1245.htm#p1245</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1245.htm#p1245</feedburner:origLink></item>
			<item>
			<title>FTP uploading via winsock</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/AXck2KHJBCE/post1242.htm</link>
				<description><![CDATA[  Hello ,<br /><br />I have a source code that could potentially upload
files onto an FTP server using winsock. But there seems to be a small
glitch and the files are not getting uploaded. Could someone please guide
me as to why this is happening. I would be forever indebted.  thanks in
advance<br /><dl class="codebox"><dt>Code: </dt><dd><code>&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</code></dd></dl>...<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2503">rebirth007</a> &bull; on Fri Jun 12, 2009 11:51 am &bull; Replies 0 &bull; Views 70</p><hr />]]></description>
					<content:encoded><![CDATA[  Hello ,<br /><br />I have a source code that could potentially upload
files onto an FTP server using winsock. But there seems to be a small
glitch and the files are not getting uploaded. Could someone please guide
me as to why this is happening. I would be forever indebted.  thanks in
advance<br /><dl class="codebox"><dt>Code: </dt><dd><code>&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</code></dd></dl>...<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/AXck2KHJBCE" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[2503]]></dc:creator>
			<dc:date>2009-06-12T03:51:06-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1242.htm#p1242</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1242.htm#p1242</feedburner:origLink></item>
			<item>
			<title>Re: Stack unwinding in native code</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/r4g_D-X7dZE/post1220.htm</link>
				<description><![CDATA[Heres a good tutorial on C++ exception handling :
"http://www.deitel.com/articles/cplusplus_tutorials/20060325/"<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=1299">dman</a> &bull; on Sun Jul 27, 2008 5:09 am &bull; Replies 2 &bull; Views 529</p><hr />]]></description>
					<content:encoded><![CDATA[Heres a good tutorial on C++ exception handling :
"http://www.deitel.com/articles/cplusplus_tutorials/20060325/"<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/r4g_D-X7dZE" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[1299]]></dc:creator>
			<dc:date>2009-06-02T11:25:14-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1220.htm#p1220</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1220.htm#p1220</feedburner:origLink></item>
			<item>
			<title>Re: Algorithms In C++ (Urgently needed)</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/4oRGu87NrJU/post1219.htm</link>
				<description><![CDATA[  first part:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code> <br
/>/****************************************************************<br />*
File Name : c:\programs\tempCG.cpp<br />* Date : June,2,2009<br />*
Comments : new project<br />* Compiler/Assembler : <br />* Modifications :
<br />*<br />*<br />*<br />*<br />*<br />* Program Shell Generated At:
12:54:06 p.m.<br
/>=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/<br
/><br /><br />#include < stdio.h ><br />//#include < string.h ><br
/>//#include < conio.h ><br />//#include < math.h &gt</code></dd></dl>...<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=1299">dman</a> &bull; on Tue Jun 02, 2009 11:38 am &bull; Replies 1 &bull; Views 67</p><hr />]]></description>
					<content:encoded><![CDATA[  first part:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code> <br
/>/****************************************************************<br />*
File Name : c:\programs\tempCG.cpp<br />* Date : June,2,2009<br />*
Comments : new project<br />* Compiler/Assembler : <br />* Modifications :
<br />*<br />*<br />*<br />*<br />*<br />* Program Shell Generated At:
12:54:06 p.m.<br
/>=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/<br
/><br /><br />#include < stdio.h ><br />//#include < string.h ><br
/>//#include < conio.h ><br />//#include < math.h &gt</code></dd></dl>...<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/4oRGu87NrJU" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[1299]]></dc:creator>
			<dc:date>2009-06-02T11:18:45-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1219.htm#p1219</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1219.htm#p1219</feedburner:origLink></item>
			<item>
			<title>Re: Basic C Help -- Currency Converter</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/zuotQENfq80/post1215.htm</link>
				<description><![CDATA[  could do something like this ( I'm not real good with stdio.h , In school
I used iostream.h ) :<br /><br /><br /><dl class="codebox"><dt>Code:
</dt><dd><code> <br /><br />&nbsp; &nbsp;/*<br />&nbsp; &nbsp; Takes
currency input from user and outputs currency conversions for USD, GBP,
CAD,<br />&nbsp; &nbsp; EUR, AUD, CYN (Chinese Yuan)<br />&nbsp; &nbsp;
*/<br /><br />&nbsp; &nbsp; #include <stdio.h><br />&nbsp; &nbsp; #include
<stdlib.h><br /><br />&nbsp; &nbsp; main()<br />&nbsp; &nbsp; {<br /><br
/>&nbsp; &nbsp; /* Declare and Initialize Variables */<br />&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; const float USD = 1.0000;<br />&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; const float GBP = 0.5653;<br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; const float CAD = 1.0637;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
const flo</code></dd></dl>...<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=1299">dman</a> &bull; on Sat Sep 06, 2008 4:18 pm &bull; Replies 2 &bull; Views 944</p><hr />]]></description>
					<content:encoded><![CDATA[  could do something like this ( I'm not real good with stdio.h , In school
I used iostream.h ) :<br /><br /><br /><dl class="codebox"><dt>Code:
</dt><dd><code> <br /><br />&nbsp; &nbsp;/*<br />&nbsp; &nbsp; Takes
currency input from user and outputs currency conversions for USD, GBP,
CAD,<br />&nbsp; &nbsp; EUR, AUD, CYN (Chinese Yuan)<br />&nbsp; &nbsp;
*/<br /><br />&nbsp; &nbsp; #include <stdio.h><br />&nbsp; &nbsp; #include
<stdlib.h><br /><br />&nbsp; &nbsp; main()<br />&nbsp; &nbsp; {<br /><br
/>&nbsp; &nbsp; /* Declare and Initialize Variables */<br />&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; const float USD = 1.0000;<br />&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; const float GBP = 0.5653;<br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; const float CAD = 1.0637;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
const flo</code></dd></dl>...<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/zuotQENfq80" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[1299]]></dc:creator>
			<dc:date>2009-06-01T15:14:09-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1215.htm#p1215</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1215.htm#p1215</feedburner:origLink></item>
			<item>
			<title>n queen problem</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/EMa3sI5AtBs/post1207.htm</link>
				<description><![CDATA[  Hello,<br />I have an N Queen code which produces proper output in matrix
form and it will also gives all distinct result...<br /><br />I want the
given code to be modified as follows:<br />1) it should take the input as
coordinates<br />ex: enter the no of queens<br />4<br />enter the
coordinates:<br />0 1<br /><br />2)when it takes the input in coordinate,
it should check for that coordinate in all the possible matrix<br />if the
coordinate is found in any of the matrix then it should display message
called queen placed and display that particular...<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2419">chaiyakv</a> &bull; on Wed May 27, 2009 7:11 am &bull; Replies 0 &bull; Views 115</p><hr />]]></description>
					<content:encoded><![CDATA[  Hello,<br />I have an N Queen code which produces proper output in matrix
form and it will also gives all distinct result...<br /><br />I want the
given code to be modified as follows:<br />1) it should take the input as
coordinates<br />ex: enter the no of queens<br />4<br />enter the
coordinates:<br />0 1<br /><br />2)when it takes the input in coordinate,
it should check for that coordinate in all the possible matrix<br />if the
coordinate is found in any of the matrix then it should display message
called queen placed and display that particular...<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/EMa3sI5AtBs" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[2419]]></dc:creator>
			<dc:date>2009-05-26T23:11:30-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1207.htm#p1207</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1207.htm#p1207</feedburner:origLink></item>
			<item>
			<title>finding the service status in windows</title>
			<link>http://feedproxy.google.com/~r/MycplusForum/~3/5u-S-tfQcJA/post1206.htm</link>
				<description><![CDATA[  hi,<br />   this is the that iw as written for gettign the service
status.i have some problem in this code.i am not able to getting the staus
of the service.anybody have idea plaese help me.<br /><br /><br />DWORD
ServiceGetStatus(char *sService)<br />{<br />    SC_HANDLE schm;<br />   
SC_HANDLE schs;<br />      LPSERVICE_STATUS TServiceStatus = NULL;<br />   
DWORD dwStat = -1;<br />    //dwStat = -1;<br />    // connect to the
service control manager <br />    //schm =
OpenSCManager(NULL,NULL,SC_MANAGER_CONNECT);<br />    schm =
OpenSCManager(NULL,NULL,SC_MANAGER_CONNECT);<br />...<p>Statistics : Posted by <a href="http://www.mycplus.com/forum/memberlist.php?mode=viewprofile&amp;u=2309">sureshrtp</a> &bull; on Tue May 26, 2009 5:54 am &bull; Replies 0 &bull; Views 44</p><hr />]]></description>
					<content:encoded><![CDATA[  hi,<br />   this is the that iw as written for gettign the service
status.i have some problem in this code.i am not able to getting the staus
of the service.anybody have idea plaese help me.<br /><br /><br />DWORD
ServiceGetStatus(char *sService)<br />{<br />    SC_HANDLE schm;<br />   
SC_HANDLE schs;<br />      LPSERVICE_STATUS TServiceStatus = NULL;<br />   
DWORD dwStat = -1;<br />    //dwStat = -1;<br />    // connect to the
service control manager <br />    //schm =
OpenSCManager(NULL,NULL,SC_MANAGER_CONNECT);<br />    schm =
OpenSCManager(NULL,NULL,SC_MANAGER_CONNECT);<br />...<img src="http://feeds.feedburner.com/~r/MycplusForum/~4/5u-S-tfQcJA" height="1" width="1"/>]]></content:encoded>
					<category domain="http://www.mycplus.com/forum/viewforum.php?f=12"><![CDATA[C/C++ Programming Language]]></category>
			<dc:creator><![CDATA[2309]]></dc:creator>
			<dc:date>2009-05-25T21:54:48-07:00</dc:date>
			<guid isPermaLink="false">http://www.mycplus.com/forum/post1206.htm#p1206</guid>
		<feedburner:origLink>http://www.mycplus.com/forum/post1206.htm#p1206</feedburner:origLink></item>
			<item>
			<title>Click to jump to page…</title>
			<description><![CDATA[
			<div class="pagination">
				  Page <strong>1</strong> of <strong>7</strong> &bull; <span><strong>1</strong><span class="page-sep">, </span><a href="rss.php?start=15">2</a><span class="page-sep">, </span><a href="rss.php?start=30">3</a><span class="page-sep">, </span><a href="rss.php?start=45">4</a><span class="page-sep">, </span><a href="rss.php?start=60">5</a> ... <a href="rss.php?start=90">7</a></span>			</div>
			<hr />]]></description>
			<guid isPermaLink="false" />
        </item>
	
	</channel>
</rss>
