<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Catzie.net Blog &#187; compiler</title>
	<atom:link href="http://blog.catzie.net/tag/compiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.catzie.net</link>
	<description>Programming, Networking, and other Downloads by Catzie</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:19:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cobol Compilers free download: MFCICS, Microsoft Cobol 2.20, Cobol IDE</title>
		<link>http://blog.catzie.net/cobol-compilers-free-download/</link>
		<comments>http://blog.catzie.net/cobol-compilers-free-download/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 04:52:50 +0000</pubDate>
		<dc:creator>Catzie</dc:creator>
				<category><![CDATA[Cobol]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[cobol]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.catzie.net/?p=229</guid>
		<description><![CDATA[I used to have several Cobol compilers available for free download in my old blog, Poochycat.com. That blog has gone, months ago, I think. I&#8217;m putting up all those Cobol compilers in this post. IDE Cobol version 1.1 IDE Cobol is an &#8220;IDE to create applications using MS Cobol 80.&#8221; Instead of going through the [...]]]></description>
			<content:encoded><![CDATA[<p>I used to have several Cobol compilers available for free download in my old blog, Poochycat.com. That blog has gone, months ago, I think. </p>
<p>I&#8217;m putting up all those Cobol compilers in this post. <img src='http://blog.catzie.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-229"></span></p>
<h2>IDE Cobol version 1.1</h2>
<p><strong>IDE Cobol</strong> is an &#8220;IDE to create applications using MS Cobol 80.&#8221; Instead of going through the command prompt hassle, the IDE Cobol&#8217;s environment helps compile and run code. The IDE Cobol also offers the following features: </p>
<ul>
<li>Find and Replace function</li>
<li>Print</li>
<li>Font styling</li>
</ul>
<p><b>Download IDE Cobol version 1.1</b></p>
<ul>
<li><a class="downloadlink" href="http://blog.catzie.net/download/18" title="Version1.1 downloaded 683 times" >IDE Cobol 1.1 (MS Cobol 80) (683)</a></li>
</ul>
<p><b>A note about the language</b><br />
After installing, when you first run the language, it&#8217;s in Portuguese. To switch into English, click on <em>Ajuda</em> from the menu, choose <em>Idioma</em>, and select <em>English (EUA)</em>.</p>
<p><center><br />
<img src="http://img.photobucket.com/albums/v209/catzie/IDE-Cobol.jpg" alt="" /><br />
</center></p>
<h2>Micro Focus COBOL version 3.0.22</h2>
<p>Also known as the MFCICS Cobol Compiler<br />
<a class="downloadlink" href="http://blog.catzie.net/download/19" title="Version 3.0.22 downloaded 1555 times" >Micro Focus COBOL ; MFCICS Cobol Compiler (1555)</a></p>
<h2>Microsoft COBOL Compiler Version 2.20</h2>
<a class="downloadlink" href="http://blog.catzie.net/download/20" title="Version2.20 downloaded 1787 times" >Old Version Cobol Compiler; Free Microsoft COBOL Compiler Version 2.20 (1787)</a>
<p><i>I have no working sample Cobol source codes for each compiler at the moment. I&#8217;m too busy to prepare them. Maybe someday I&#8217;ll put them up. </i></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catzie.net/cobol-compilers-free-download/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Free Download of Turbo C++ 3.0 Compiler (With Install Instructions)</title>
		<link>http://blog.catzie.net/turbo-c-download-with-instructions/</link>
		<comments>http://blog.catzie.net/turbo-c-download-with-instructions/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:38:12 +0000</pubDate>
		<dc:creator>Catzie</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[c language]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.catzie.net/?p=9</guid>
		<description><![CDATA[UPDATE: If you get the error Linker Error: Unable to open include file &#8216;C0S.OBJ&#8217; while running your c program (or c++), please try copying the C0S.OBJ from the OBJ folder into the main folder of the compiler. The downloadable c/c++ compiler archive has been updated with this fix. Note: The procedures on this post were [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: red; "><strong><span style="text-decoration: underline;">UPDATE:</span></strong></span> If you get the error <em>Linker Error: Unable to open include file &#8216;C0S.OBJ&#8217;</em> while running your c program (or c++), please try copying the C0S.OBJ from the OBJ folder into the main folder of the compiler. The downloadable c/c++ compiler archive has been updated with this fix.</p>
<p><span style="color: red;">Note:</span> <big><em>The procedures on this post were tested on a computer running Windows XP and another which is running Windows 7 (both 32-bit and 64-bit). PLEASE make sure you follow the instructions carefully and copy the sample C program codes correctly <u>before saying that what you downloaded doesn&#8217;t work</u>. Thanks, and good luck. <img src='http://blog.catzie.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Note for users of Windows 7 64-bit:</strong> You need to use <a href="http://www.dosbox.com/download.php?main=1" onclick="pageTracker._trackPageview('/outgoing/www.dosbox.com/download.php?main=1&amp;referer=');">DOSBox</a> to emulate a 32-bit system because this compiler is not compatible with 64-bit. Install DOSBox, and mount your C:\ drive, or whichever drive you installed Turbo C in.<br />
</em></big></p>
<p>The download page for Turbo C++ 3.0 was one of the most popular pages in poochycat.com, my previous domain which had already expired.</p>
<p>(The rest of this post must be viewed to find the download links and installation instructions)<br />
<span id="more-9"></span></p>
<h2>The Download Link:</h2>
<a class="downloadlink" href="http://blog.catzie.net/download/1" title=" downloaded 74007 times" >Turbo C++ Compiler version 3.0 (On MediaFire) (74007)</a>
<p>That&#8217;s the C program compiler I used to use during my early college terms.</p>
<h2>Installation Instructions</h2>
<p><strong>Last Updated: November 2011</strong></p>
<ol>
<li>Download the archive from the link(s) provided somewhere at the top of this post.</li>
<li>Unzip it and place the contents of the archive into a folder inside your Drive C. (e.g., C:\tcpp3)</li>
<li>Please observe:
<p><img src="http://blog.catzie.net/wp-content/uploads/2009/08/tc_tc-dot-exe-300x155.jpg" alt="" title="tc_tc-dot-exe" width="300" height="155" class="aligncenter size-medium wp-image-1408" /><br />
<small>The above is the TC.EXE file that you <span style="text-decoration: underline;">MUST</span> run.</small><br />
<img src="http://blog.catzie.net/wp-content/uploads/2009/08/tc_tc-shortcut-300x148.jpg" alt="" title="tc_tc-shortcut" width="300" height="148" class="aligncenter size-medium wp-image-1409" /><br />
<small>The above is the TC Shortcut file, don&#8217;t use it.</small></p>
<p>The compiler is the file named TC.EXE. Don’t confuse it with the TC shortcut! Simply double click on that and the compiler will run.</li>
<li>Just before you type your C program code, please make sure you have the correct path for the INCLUDE Directory and LIBRARY Directory. You can check by clicking on <strong>Options -&gt; Directories</strong>…</li>
<li>The path for the INCLUDE Directory must be <strong>C:\YourFolder\INCLUDE</strong>. For example, C:\tcpp3\INCLUDE. The file you downloaded uses tcpp3 as folder name, which is why I&#8217;m using the same folder name in my example. Please make sure you specify the correct path to the INCLUDE folder, this is crucial, or else it you would get errors. The INCLUDE folder should directly under tcpp3 folder, and tcpp3 folder is directly under your drive C folder.</li>
<li>And the path for the LIBRARY Directory must be <strong>C:\YourFolder\LIB</strong>, for example C:\tcpp3\LIB. Again, check if you have the correct path to the LIB folder.</li>
<li>Remember to change the YourFolder into the name of the folder you are using for your Turbo C++.</li>
<li>You can now test a C program code. First, select File from the menu and choose new. Copy the sample codes at the end of this blog entry.</li>
<li>After copying the codes, select Run from the menu, and choose Run. There should be an output of Hello World on the screen. The codes worked for me, please copy them carefully.</li>
</ol>
<h3>Hello World sample code for testing in C language</h3>
<p><code><br />
#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;<br />
int main(){<br />
clrscr();<br />
printf("Hello world!");<br />
getch();<br />
return 0;<br />
}<br />
</code></p>
<h3>Hello World sample code for testing in C++ language</h3>
<p><code><br />
#include <iostream.h><br />
main(){<br />
cout << "Hello World!";<br />
return 0;<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catzie.net/turbo-c-download-with-instructions/feed/</wfw:commentRss>
		<slash:comments>172</slash:comments>
		</item>
	</channel>
</rss>

