<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>turboc &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/turboc/</link>
	<description>Feed of posts on WordPress.com tagged "turboc"</description>
	<pubDate>Thu, 24 Dec 2009 00:09:23 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Borland - Turbo C Compiler for C &amp; C++]]></title>
<link>http://ashishmalikit.wordpress.com/2009/12/02/borland-turbo-c-compiler-for-c-c/</link>
<pubDate>Wed, 02 Dec 2009 09:14:03 +0000</pubDate>
<dc:creator>ashishmalik10</dc:creator>
<guid>http://ashishmalikit.wordpress.com/2009/12/02/borland-turbo-c-compiler-for-c-c/</guid>
<description><![CDATA[Borland C++ Compiler is a blazingly fast 32-bit optimizing compiler. It includes the latest ANSI/ISO]]></description>
<content:encoded><![CDATA[Borland C++ Compiler is a blazingly fast 32-bit optimizing compiler. It includes the latest ANSI/ISO]]></content:encoded>
</item>
<item>
<title><![CDATA[ProvIDEnce of Code]]></title>
<link>http://mavericknik.wordpress.com/2009/04/20/providence-of-code/</link>
<pubDate>Mon, 20 Apr 2009 17:47:07 +0000</pubDate>
<dc:creator>nikhil010586</dc:creator>
<guid>http://mavericknik.wordpress.com/2009/04/20/providence-of-code/</guid>
<description><![CDATA[Ever since I wrote my first piece of code way back in the post-SSC summer vacations, I&#8217;ve been]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ever since I wrote my first piece of code way back in the post-SSC summer vacations, I&#8217;ve been fascinated by the concept of using an Integrated Development Environment (IDE). One can certainly code on a simple text editor like Notepad, Wordpad or Vim instead of using some hi-tech tool but then I don&#8217;t take pride in remembering the package names of standard APIs and libraries. Instead, I&#8217;d rather like somebody to remember all that while I can concentrate on the logic being developed. I&#8217;ve used several IDEs since the summer of &#8216;02 and drawn a few conclusions. Here&#8217;s the whole story&#8230;</p>
<p>I started off with the ol&#8217; Turbo C++ for basic development stuff in C/C++ . Must say, there are some sweet memories associated with Turbo and even today, a glance at this IDE can bring a smile on my face! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Turbo had some hidden features too. Hidden as in the ones which nobody even bothered to explore. Features like Runtime Debugger, Pattern Search and Replace, Watch Expressions, etc. The whole idea of using it in its fullest glory thrilled me like anything! However, after a few years of coding, things started unraveling and I found a new world, the one which was gonna be my world&#8230;the world of Open Source! Needless to say, I switched over to GNU C Compiler (GCC) just to explore the intricacies of the Standard Template Library (STL) and the Standard DirectMedia Library (SDL). The IDE which began this change to take place was none other than my favorite Console based Editor, the Vi Editor. I just found it geeky to code some tiny Systems Programming Practicals in Vi and then running them from the Console. It took no time to replace &#8220;Ctrl+F9&#8243; with &#8220;gcc file.c -o file.o; ./file.o&#8221;.</p>
<p>Now that I had made a switch from Turbo to GCC, I had to find out something that shall make things simpler to use. Fortunately, I came to know about using Visual C++ for GCC while undergoing preliminary training sessions at Lambent (yeah, I was one amongst the ten, not so fortunate, students selected for Project Setu). Using Visual C++ was a bliss, maybe the joy of stealing stuff from Microsoft amused me then! But even that joy was short-lived and I found out another powerful IDE, this time a pure Open Source one. There I was, experimenting with my PaintBrush application developed in GCC using Code::Blocks. Now this was the first time that I found out about the true power of using a GUI based IDE. Code::Blocks could do a lot more than just compiling the code and fetching the output. Plus, there were many options to choose from, before you created a project. Tried out Dev-C++ as well, but something kept me bound to my ol&#8217; Turbo, SIMPLICITY! After all, Turbo has helped me conquer newer vistas during my Engineering days&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  So if there&#8217;s a small piece of logic working at the back of your mind, and you&#8217;re on a Windoze box, Turbo has got everything you need! Whereas if you&#8217;re a Java freak, Textpad shall do the needful&#8230;</p>
<p>Turbo had been my code-mate all the way until I took up an Open Source project for my final year B.E., a plugin for my favourite Mozilla Firefox. Working with XML User Interface language (XUL), the Document Object Model (DOM) and Javascript didn&#8217;t really need an IDE then. It was just a few Kilobytes of code and guess what?&#8230;that was enough for all the magic our Nagpur University needs. In the meanwhile, I got in touch with one of my brothers-in-law. This guy, a passed out IITan working with Yahoo India, gave a few networking tips in Linux and some nice tools to be used to walk through millions of lines of code. And that&#8217;s where Vi Editor came back in picture. I was completely dazzled to see the prowess of Vi coupled with two effective command line tools, CTags and CScope, all of them being Unix tools.</p>
<p>CTags simply prepares indexes out of a source code and CScope helps us walk through the code using Vi Editor. That was the first time when I saw Ctrl+Click like feature in its making. It helped me figure out the way in which our IDEs build what Microsoft calls Intellisence in Visual Studio. But still, there was something that lacked to fulfil my requirements. I still had to manually run CTags to make all those indexes and then use the key combinations to walk through the code. True, that was simple and fast, but I needed more! Well, I also got into a bit of Java Servlet programming. My batchmates used Netbeans for the purpose but since I&#8217;ve had a feud with Sun Microsystems almost a year ago, I chose to Eclipse the Sun!</p>
<p>Soon enough, the college campus was replaced by this Dalmatian themed Office environment and I found myself, handling some complex code. It had been just a couple of days since I joined Umundo and they armed me with Adobe Flex Builder 3. For the first time since I began with my coding adventures, I was handling a code, so voluminous and organised, that it gave me goosebumps as I Ctrl+Clicked to get deeper within the code, especially, the framework. There was something that differentiated the coding I did at college from the one which I was about to start&#8230; Earlier, getting the code to work used to be the only objective. Whereas from now on, getting the code working was gonna be a minimum requisite to qualify as a code runner, being a coder needed lot more than that! There were many issues that I had to deal with. Memory management, complexity of code, documentation, formatted code and output, readability are a few to quote here. While the first two required my own creativity and skill, the latter comprised more of an organised and disciplined kind of work. I needed something that shall take care of my discipline so that I could concentrate more on THE code. I found most of it with Adobe Flex Builder 3.</p>
<p>Come winter and I was already done with a couple of ActionScript projects. It was time to move on towards some Java Application code. Adobe Flex Builder being an IDE exclusively meant for ActionScript, didn&#8217;t really solve my purpose. I needed something more subtle and complete. All this while, I had seen everybody working on MyEclipse, Carbide C++, Netbeans, XCode and the likes. However, MyEclipse, Carbide, Flex Builder and Eclipse had something in common, the core of Eclipse IDE. And No sooner than I discoverred this fact, I was clear about using Eclipse as my code-mate!</p>
<p>From ActionScript, Java, Java EE, Spring, Swing to J2ME, Symbian, PHP, Ruby to Struts, Hibernate&#8230; Eclipse has the most of it for almost everything. Also, using the nifty Subversion plug-in from within Eclipse was sheer bliss. I didn&#8217;t need to worry about formatting my code any more. And the best part, I didn&#8217;t commit any legal violations while using Eclipse in its full glory. There&#8217;s a lot of IDEs based on Eclipse out there, but at the same time, a plugin is also available for almost every area of development that one might think of. Also, there&#8217;s this huge developer community which keeps adding stuff to the Eclipse arsenal.</p>
<p>Thus, Eclipse remains my favourite choice of an IDE so far. It has given apt justice to whatever code that went through my finger-tips. Hail Eclipse&#8230; Hail the Code!</p>
<p>Phew&#8230;! That one hell of a post! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Snake Source]]></title>
<link>http://basitali.wordpress.com/2009/01/08/the-snake-source/</link>
<pubDate>Thu, 08 Jan 2009 21:39:20 +0000</pubDate>
<dc:creator>Basit Ali</dc:creator>
<guid>http://basitali.wordpress.com/2009/01/08/the-snake-source/</guid>
<description><![CDATA[Well i have made the source code of my first ever big project (no it isn&#8217;t that big now but st]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Well i have made the source code of my first ever big project (no it isn&#8217;t that big now but still my favourite one), <a href="http://basitali.wordpress.com/projects/the-snake/" target="_blank">TheSnake</a>, which I worked on as our second semester C project.Wasn&#8217;t sure someone would indeed be interested but hey I&#8217;ve got a visitor who wants to take a look at it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . And it&#8217;s better to open up something than making it die in dark. Thats all for now. Good night everyone.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Snake]]></title>
<link>http://basitali.wordpress.com/2008/09/18/the-snake/</link>
<pubDate>Thu, 18 Sep 2008 20:09:24 +0000</pubDate>
<dc:creator>Basit Ali</dc:creator>
<guid>http://basitali.wordpress.com/2008/09/18/the-snake/</guid>
<description><![CDATA[First project added and uploaded in the projects page.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>First project added and uploaded in the <a href="http://basitali.wordpress.com/projects/" target="_blank">projects page</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Access Windows Command Prompt from school.]]></title>
<link>http://khotchkiss.wordpress.com/2008/09/17/access-windows-command-prompt-from-school/</link>
<pubDate>Wed, 17 Sep 2008 19:40:29 +0000</pubDate>
<dc:creator>Kyle Hotchkiss</dc:creator>
<guid>http://khotchkiss.wordpress.com/2008/09/17/access-windows-command-prompt-from-school/</guid>
<description><![CDATA[This one is really a rare scenario for the most part, but if you are in some sort of C++ programming]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This one is really a rare scenario for the most part, but if you are in some sort of C++ programming class, using TurboC++ (Dos program), you can access the Windows Command Prompt. While I have found how to do this, the trick is finding what to do once you get there. I mean, if you have exploits on your thumb drive, this could be a means of reaching it? The systems here are locked up to the point where firefox can&#8217;t update it&#8217;s self. So the usefulness of this is at your digression. </p>
<p>1. Find and open TurboC++. It should be full screen.</p>
<p>2. Click on edit &#62; command prompt (If this is wrong, I can&#8217;t fix it until later because the schools computers don&#8217;t even let me access this blog.)</p>
<p>3. Fire away, defeat the man. Once you get on it, have some fun. I don&#8217;t believe the school system has updated to SP3 (wink, wink, nudge, nudge) and I really hate the proxies that keep me off of facebook!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[My Pacman Game]]></title>
<link>http://fahadshaon.wordpress.com/2008/01/21/my-pacman-game/</link>
<pubDate>Mon, 21 Jan 2008 16:50:42 +0000</pubDate>
<dc:creator>Fahad</dc:creator>
<guid>http://fahadshaon.wordpress.com/2008/01/21/my-pacman-game/</guid>
<description><![CDATA[Introduction: I developed this game as my term assignment in Level-1 and Term-2 (February &#8211; Ma]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--></p>
<p style="margin-bottom:0;"><strong>Introduction:</strong></p>
<p style="margin-bottom:0;">I developed this game as my term assignment in Level-1 and Term-2 (February &#8211; March 2007) in C Programming course. This is my first huge project in C, technically last one (as already have learned C++ and Java).</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Brief Description:</strong></p>
<p style="margin-bottom:0;">This is a typical Pacman game. where player plays as a Pacman who&#8217;s object is to eat all the seeds in the board or better I say it maze. In the maze player is not alone. There are enemies, four of them, to catch u. If they catch player loses life. Right now there is four levels. Hope I could increase level in recent future.<!--more--></p>
<p style="margin-bottom:0;"><img src="http://fahadshaon.wordpress.com/files/2008/02/splash-screen.png" alt="Pacman Splash Screen" width="500" height="382" /></p>
<p style="margin-bottom:0;">
<p><strong>Project Detail:</strong></p>
<p style="margin-bottom:0;"><strong>Developing Language:</strong> C (could be said C++ as I have used few feature exclusive to c++ but this program is a structured not object oriented one)</p>
<p style="margin-bottom:0;"><strong>Used API:</strong> Turbo C&#8217;s BGI</p>
<p style="margin-bottom:0;"><strong>Operating System:</strong> Windows (though I have developed this project in windows xp sp2, wish that in all version of windows this code would work)</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Software Architectural Information:</strong></p>
<p style="margin-bottom:0;">In my consideration this project could be divided into two part. firstly the algorithmic part and next is display oriented part.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Algorithmic Part: </strong></p>
<p style="margin-bottom:0;">Main algorithmic part of this code is BFS. BFS is used to calculate the distance of each block of maze. The enemies ran through the shortest path. When I have wrote this code, I didn&#8217;t have much knowledge of algorithms. So the code could be little bit frustrating for advanced programmers. As a result new comers will be enjoying the code.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Display Oriented Part:</strong></p>
<p style="margin-bottom:0;">As already I have specified that this project is developed in Turbo C so the display and color oriented work is done using Turbo C&#8217;s BGI. More specifically by drawing raw circle and rectangle.  This is very ideal project for those how wanted to do better graphics with TC&#8217;s circle and rectangle functions.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Few Screen Shots Taken Using DosBox :</strong></p>
<p style="margin-bottom:0;"><a title="্্Pacman Begining Level" href="http://fahadshaon.wordpress.com/files/2008/02/begining.png"><img src="http://fahadshaon.wordpress.com/files/2008/02/begining.thumbnail.png" alt="্্Pacman Begining Level" /></a><a title="Pyramid" href="http://fahadshaon.wordpress.com/files/2008/02/pyramid.png"><img src="http://fahadshaon.wordpress.com/files/2008/02/pyramid.thumbnail.png" alt="Pyramid" /></a><a title="Rectangular" href="http://fahadshaon.wordpress.com/files/2008/02/rectangular.png"><img src="http://fahadshaon.wordpress.com/files/2008/02/rectangular.thumbnail.png" alt="Rectangular" /></a><a title="Two Cities" href="http://fahadshaon.wordpress.com/files/2008/02/two-cities.png"><img src="http://fahadshaon.wordpress.com/files/2008/02/two-cities.thumbnail.png" alt="Two Cities" /></a><a title="Spiral" href="http://fahadshaon.wordpress.com/files/2008/02/spiral.png"><img src="http://fahadshaon.wordpress.com/files/2008/02/spiral.thumbnail.png" alt="Spiral" /></a><a title="Pacman Game Over" href="http://fahadshaon.wordpress.com/files/2008/02/game-over.png"><img src="http://fahadshaon.wordpress.com/files/2008/02/game-over.thumbnail.png" alt="Pacman Game Over" /></a></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Lastly:</strong></p>
<p style="margin-bottom:0;">Sharing my one of best creations &#8230;. &#8230;</p>
<p style="margin-bottom:0;">
<div style="text-align:center;"><a title="My Pacman Game" href="http://www.box.net/shared/niuh4wlc0s" target="_blank"><img src="http://fahadshaon.wordpress.com/files/2008/02/download.png" alt="Download" /></a></div>
<p style="margin-bottom:0;"><a title="My Pacman Game" href="http://www.box.net/shared/niuh4wlc0s" target="_blank">Click Here</a> to download the game. This is a zip file where an exe file and other necessary files are given. This game could be run only in windows as this is developed in Turbo C.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[]]></title>
<link>http://mapopa.wordpress.com/2007/12/11/903/</link>
<pubDate>Tue, 11 Dec 2007 13:32:00 +0000</pubDate>
<dc:creator>miaurs</dc:creator>
<guid>http://mapopa.wordpress.com/2007/12/11/903/</guid>
<description><![CDATA[turboc_ubuntu.png (PNG Image, 726&#215;428 pixels) Blogged with Flock]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://bp0.blogger.com/_NXe-USYSZmU/R1-8SQk6N6I/AAAAAAAAANg/JQA45eppwO4/s1600-h/turboc_ubuntu.png"><img src="http://bp0.blogger.com/_NXe-USYSZmU/R1-8SQk6N6I/AAAAAAAAANg/JQA45eppwO4/s400/turboc_ubuntu.png" alt="" border="0" /></a><br />
<blockquote cite="///media/hda1/home/mariuz/turboc_ubuntu.png"></p></blockquote>
<p><cite><a href="///media/hda1/home/mariuz/turboc_ubuntu.png">turboc_ubuntu.png (PNG Image, 726&#215;428 pixels)</a></cite>
<p style="text-align:right;font-size:8px;">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
