<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Comic Book Purchase</title>
	<atom:link href="http://www.knurdtoons.com/comic-book-purchase-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.knurdtoons.com/comic-book-purchase-5/</link>
	<description>Comic Book Supplies, Comic Book Publisher Info and More</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Wajahat Karim</title>
		<link>http://www.knurdtoons.com/comic-book-purchase-5/comment-page-1/#comment-581</link>
		<dc:creator>Wajahat Karim</dc:creator>
		<pubDate>Mon, 03 Jan 2011 05:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.knurdtoons.com/comic-book-purchase-5/#comment-581</guid>
		<description>use strings instead of char arrays.... as i have done here


#include&lt;iostream&gt;
#include&lt;string.h&gt;
using namespace std;
class BOOK
{
int BOOK_NO;
string BOOK_TITLE ;
float PRICE;
float TOTAL_COST(int N)
{
float TOTAL;
TOTAL=N*PRICE;
return TOTAL;
}
public:
void INPUT()
{
cout&lt;&lt;&quot;nEnter the Book no.:&quot;;
cin&gt;&gt;BOOK_NO;
cout&lt;&lt;&quot;nEnter book title:&quot;;
cin&gt;&gt;BOOK_TITLE;
cout&lt;&lt;&quot;nEnter Price:&quot;;
cin&gt;&gt;PRICE;
}

...... and rest of code

i hope you have got what you were looking for,,,,</description>
		<content:encoded><![CDATA[<p>use strings instead of char arrays&#8230;. as i have done here</p>
<p>#include&lt;iostream&gt;<br />
#include&lt;string.h&gt;<br />
using namespace std;<br />
class BOOK<br />
{<br />
int BOOK_NO;<br />
string BOOK_TITLE ;<br />
float PRICE;<br />
float TOTAL_COST(int N)<br />
{<br />
float TOTAL;<br />
TOTAL=N*PRICE;<br />
return TOTAL;<br />
}<br />
public:<br />
void INPUT()<br />
{<br />
cout&lt;&lt;&quot;nEnter the Book no.:&quot;;<br />
cin&gt;&gt;BOOK_NO;<br />
cout&lt;&lt;&quot;nEnter book title:&quot;;<br />
cin&gt;&gt;BOOK_TITLE;<br />
cout&lt;&lt;&quot;nEnter Price:&quot;;<br />
cin&gt;&gt;PRICE;<br />
}</p>
<p>&#8230;&#8230; and rest of code</p>
<p>i hope you have got what you were looking for,,,,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.knurdtoons.com @ 2012-02-09 14:09:44 -->
