<?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: Turbo C++ ! Please bury it&#8230;.</title>
	<atom:link href="http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/</link>
	<description></description>
	<pubDate>Fri, 12 Mar 2010 02:35:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sheegoCoall</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-697</link>
		<dc:creator>sheegoCoall</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-697</guid>
		<description>Fantastic post, I didn't thought reading this was going to be so stunning when I saw your url.</description>
		<content:encoded><![CDATA[<p>Fantastic post, I didn&#8217;t thought reading this was going to be so stunning when I saw your url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish&#8217;s Scribble Board &#187; Tech Tatva &#8216;08</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-246</link>
		<dc:creator>Manish&#8217;s Scribble Board &#187; Tech Tatva &#8216;08</dc:creator>
		<pubDate>Tue, 07 Oct 2008 08:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-246</guid>
		<description>[...] CodeBytes is the classical coding championship which has the highest turnout amongst all the events under Param. It is to be held tomorrow, 8th Oct. This time this event has been changed quite a lot. The first round is the prelims which contains less than even 20 questions and more than an hour given to solve. Debugging and writing the output of code snippet has been given more importance. Only those who have good understanding of C/C++ are bound to clear this stage. The lab round is not that puzzle round as it used to be. The questions will be quite simple, put the efficiency of the program will be taken into consideration. We would give them simple questions, the marking is to be done on the total execution time of the program. The POSIX time command will be used to calculate the total execution time. People are required to code in Dev C++ with MinGW as compiler. This portable code will then be transferred to Linux systems, compiled using g++ and then using time command, tested for total time use. Note: Turbo C++ is not allowed. We highly discourage this old and crappy compiler. [...]</description>
		<content:encoded><![CDATA[<p>[...] CodeBytes is the classical coding championship which has the highest turnout amongst all the events under Param. It is to be held tomorrow, 8th Oct. This time this event has been changed quite a lot. The first round is the prelims which contains less than even 20 questions and more than an hour given to solve. Debugging and writing the output of code snippet has been given more importance. Only those who have good understanding of C/C++ are bound to clear this stage. The lab round is not that puzzle round as it used to be. The questions will be quite simple, put the efficiency of the program will be taken into consideration. We would give them simple questions, the marking is to be done on the total execution time of the program. The POSIX time command will be used to calculate the total execution time. People are required to code in Dev C++ with MinGW as compiler. This portable code will then be transferred to Linux systems, compiled using g++ and then using time command, tested for total time use. Note: Turbo C++ is not allowed. We highly discourage this old and crappy compiler. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubham Jain</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-247</link>
		<dc:creator>Shubham Jain</dc:creator>
		<pubDate>Mon, 29 Sep 2008 07:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-247</guid>
		<description>Well, Actually clrscr() and getch() have been included in curses.h. But mam many other commands have not been accepted..

like gotoxy(), graphics.h, dos.h and many other header files.

GCC rocks.!!!</description>
		<content:encoded><![CDATA[<p>Well, Actually clrscr() and getch() have been included in curses.h. But mam many other commands have not been accepted..</p>
<p>like gotoxy(), graphics.h, dos.h and many other header files.</p>
<p>GCC rocks.!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-243</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Sat, 12 Jul 2008 13:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-243</guid>
		<description>its really a shame that we are being taught on Turbo C++ while most of the (good) colleges have gcc</description>
		<content:encoded><![CDATA[<p>its really a shame that we are being taught on Turbo C++ while most of the (good) colleges have gcc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-242</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Sat, 12 Jul 2008 12:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-242</guid>
		<description>For user interface you need a toolkit for Graphical Frontend. If you want to use traditional C/C++ and use gcc/g++ compiler, you can have access to gtk or qt graphical toolkit for making your apps.

Or jump to C#.NET if you are a fan of Microsoft Technology. Or maybe you can find yourself comfortable with Visual C++</description>
		<content:encoded><![CDATA[<p>For user interface you need a toolkit for Graphical Frontend. If you want to use traditional C/C++ and use gcc/g++ compiler, you can have access to gtk or qt graphical toolkit for making your apps.</p>
<p>Or jump to C#.NET if you are a fan of Microsoft Technology. Or maybe you can find yourself comfortable with Visual C++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aravind</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-241</link>
		<dc:creator>Aravind</dc:creator>
		<pubDate>Sat, 12 Jul 2008 12:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-241</guid>
		<description>Yes Manish.

We are being taught C++ with Turbo C++ in our senior secondary classes.

And I really love to know, how can we have User Interfaces for programs coded on C++ .</description>
		<content:encoded><![CDATA[<p>Yes Manish.</p>
<p>We are being taught C++ with Turbo C++ in our senior secondary classes.</p>
<p>And I really love to know, how can we have User Interfaces for programs coded on C++ .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Djays</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-240</link>
		<dc:creator>Djays</dc:creator>
		<pubDate>Sat, 05 Jul 2008 07:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-240</guid>
		<description>I agree with you fully, when we started using Turbo c++ 2yrs back i had downloaded Dev c++ to code my programs in ANSI standard,IT IS MUCH BETTER THAN TC++</description>
		<content:encoded><![CDATA[<p>I agree with you fully, when we started using Turbo c++ 2yrs back i had downloaded Dev c++ to code my programs in ANSI standard,IT IS MUCH BETTER THAN TC++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-245</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-245</guid>
		<description>Sorry.. I meant conio.h , fixing the typo.. :)</description>
		<content:encoded><![CDATA[<p>Sorry.. I meant conio.h , fixing the typo.. <img src='http://blog.manishsinha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anomit</title>
		<link>http://blog.manishsinha.net/2008/07/04/turbo-c-please-bury-it/comment-page-1/#comment-244</link>
		<dc:creator>anomit</dc:creator>
		<pubDate>Fri, 04 Jul 2008 17:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.manishsinha.info/?p=139#comment-244</guid>
		<description>eh...stdio.h is a part of the standard C library (libc) as prescribed by ANSI standards. What you probably meant that it isn't a part of the C library for standard C++, which is absolutely right:)
ANSI C++ has the C library too, but with different names. In this case cstdio for stdio.h . The full list could be found &lt;a href="http://www.cplusplus.com/reference/clibrary/" rel="nofollow"&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>eh&#8230;stdio.h is a part of the standard C library (libc) as prescribed by ANSI standards. What you probably meant that it isn&#8217;t a part of the C library for standard C++, which is absolutely right:)<br />
ANSI C++ has the C library too, but with different names. In this case cstdio for stdio.h . The full list could be found <a href="http://www.cplusplus.com/reference/clibrary/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
