<?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: 8 Easy Steps to Run Turbo C in Windows Vista</title>
	<atom:link href="http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/feed" rel="self" type="application/rss+xml" />
	<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista</link>
	<description>spoon fed tech tutorials and random findings</description>
	<lastBuildDate>Tue, 13 Jul 2010 15:59:13 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mahesh rajput</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-5118</link>
		<dc:creator>mahesh rajput</dc:creator>
		<pubDate>Wed, 14 Apr 2010 04:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-5118</guid>
		<description>Hello, 
I want know how to istall tc in window xp operating system. give best me solution</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I want know how to istall tc in window xp operating system. give best me solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pukhraj tonk raj</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-5042</link>
		<dc:creator>pukhraj tonk raj</dc:creator>
		<pubDate>Mon, 05 Apr 2010 14:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-5042</guid>
		<description>very very thanks to  admin ,,it is da simple way to run c++,by using the given tutorial ,
any one can enjoy there practice wid help of it.so persons who are facing such type of problems please please please follow the instruction ,and you will enjoy further</description>
		<content:encoded><![CDATA[<p>very very thanks to  admin ,,it is da simple way to run c++,by using the given tutorial ,<br />
any one can enjoy there practice wid help of it.so persons who are facing such type of problems please please please follow the instruction ,and you will enjoy further</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prude_boy</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-5009</link>
		<dc:creator>Prude_boy</dc:creator>
		<pubDate>Wed, 31 Mar 2010 02:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-5009</guid>
		<description>Hello friends, well I use TC++ in Vista(without Dosbox).By changing the properties,I managed to get it full-screen, but still there is a fatal error.Even when I type my program ditto from the textbook, I get this error-Unable to open file &#039;iostream.h&#039;and about other header files.2nd error is about the compiler not being able to create the.obj file.
  Now a friend of mine suggested that I go to Options/directories and change the Path name of the include,source,output and library files, but I don&#039;t know what exactly to specify and how.Please suggest some tips to help me. 
  By the way, my TC++ applicatons path is :&#039;C:TC&#039;.I will be very very thankful if u help me friends.
 You know I am a real duffer and I suppose its a good thing to help those less blessed than us.</description>
		<content:encoded><![CDATA[<p>Hello friends, well I use TC++ in Vista(without Dosbox).By changing the properties,I managed to get it full-screen, but still there is a fatal error.Even when I type my program ditto from the textbook, I get this error-Unable to open file &#8216;iostream.h&#8217;and about other header files.2nd error is about the compiler not being able to create the.obj file.<br />
  Now a friend of mine suggested that I go to Options/directories and change the Path name of the include,source,output and library files, but I don&#8217;t know what exactly to specify and how.Please suggest some tips to help me.<br />
  By the way, my TC++ applicatons path is :&#8217;C:TC&#8217;.I will be very very thankful if u help me friends.<br />
 You know I am a real duffer and I suppose its a good thing to help those less blessed than us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dheeraj</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4927</link>
		<dc:creator>dheeraj</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4927</guid>
		<description>hey! thanx a very good post,
just dont forget to add each and every file that ur source file is using(files in include directory or graphic files) in bgi directory in bin folder.
m sure this will help u too.</description>
		<content:encoded><![CDATA[<p>hey! thanx a very good post,<br />
just dont forget to add each and every file that ur source file is using(files in include directory or graphic files) in bgi directory in bin folder.<br />
m sure this will help u too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shruti</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4873</link>
		<dc:creator>shruti</dc:creator>
		<pubDate>Tue, 16 Mar 2010 06:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4873</guid>
		<description>i have installed dosbox and mounted drives.
when I compile a graphics program in ‘c’ it compiles successfully.
but when I run it,it displays BGI ERROR: GRAPHICS NOT INITIALISED (use initgraph).
but i have used initgraph in the program…..
plzz do reply soon</description>
		<content:encoded><![CDATA[<p>i have installed dosbox and mounted drives.<br />
when I compile a graphics program in ‘c’ it compiles successfully.<br />
but when I run it,it displays BGI ERROR: GRAPHICS NOT INITIALISED (use initgraph).<br />
but i have used initgraph in the program…..<br />
plzz do reply soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4850</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4850</guid>
		<description>i was able to use c and graphics.h</description>
		<content:encoded><![CDATA[<p>i was able to use c and graphics.h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neha</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4836</link>
		<dc:creator>neha</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4836</guid>
		<description>hey i have installed the dosbox after running th command &quot;intro mount&quot; for the next command am not being able to type &quot;:&quot; as well as &quot;\&quot; , i am using windows 7 what shud i do plz suggest?</description>
		<content:encoded><![CDATA[<p>hey i have installed the dosbox after running th command &#8220;intro mount&#8221; for the next command am not being able to type &#8220;:&#8221; as well as &#8220;\&#8221; , i am using windows 7 what shud i do plz suggest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greatcoder</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4779</link>
		<dc:creator>greatcoder</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4779</guid>
		<description>i am using turbo c compiler.</description>
		<content:encoded><![CDATA[<p>i am using turbo c compiler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greatcoder</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4778</link>
		<dc:creator>greatcoder</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4778</guid>
		<description>hi sir,
i have installed dosbox and mounted drives.
when I compile a graphics program in &#039;c&#039; it compiles successfully.
but when I run it,it displays BGI ERROR: GRAPHICS NOT INITIALISED (use initgraph).
but i have used initgraph in the program.....
plz tell me what to do,,,,,,</description>
		<content:encoded><![CDATA[<p>hi sir,<br />
i have installed dosbox and mounted drives.<br />
when I compile a graphics program in &#8216;c&#8217; it compiles successfully.<br />
but when I run it,it displays BGI ERROR: GRAPHICS NOT INITIALISED (use initgraph).<br />
but i have used initgraph in the program&#8230;..<br />
plz tell me what to do,,,,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4728</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Feb 2010 08:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4728</guid>
		<description>Thank you very much for your valuable input Mr.Saikanth.I hope your tutorial will solve all the un-answered queries.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your valuable input Mr.Saikanth.I hope your tutorial will solve all the un-answered queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saikanth</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4726</link>
		<dc:creator>Saikanth</dc:creator>
		<pubDate>Fri, 19 Feb 2010 05:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4726</guid>
		<description>Please look at the alternatives for Turbo C++ IDE before reading this post. Continue reading it only if you want to use BGI graphics (consider Allegro Gaming Library if you want an easy to use Graphics solution for C\C++) or for code compatibility for your Textbook. You might consider changing your textbook if your University\College allows for new code. Continue only if you have no other option than using the DOS based Turbo C++ 3.0.


You will want to follow the tutorial if you plan to use Linux, Mac OS, Windows Vista or Windows 7 in but have to use Turbo C++ in full screen environment so you are stuck with Windows XP or older version of Windows.
Installtion Of Dosbox
Dosbox is an x86 emulator with dos. It is available for Linux, Windows and Mac. It can be used to run legacy DOS applications and Games. We will use to run Turbo C++.

Dosbox may be present in the repository if you use Linux. Use your package manager to install dosbox.

Windows and Mac installers\binaries can be found in the official website.

One-Time Setup
Place the installed Turbo C++ or Turbo C++ Setup in a folder. You might want this folder to mount as drive inside the dosbox. For that find the dosbox.conf file and add appropriate lines in the [autoexec] section. For example, if you want to mount a directory MyDosFiles as c:, then you must write the following in the dosbox based on your OS. For Windows (Vista or 7) you will need to add the following lines:
mount c c:\MyDosFiles
if the directory is in c:\
In Linux and Mac, it will be something like:
mount c /home/username/MyDosFiles
if the directory is in /home/username i.e. the home directory.

If you just plan to use Turbo C, you might as well launch the Turbo C++ IDE each time you start dosbox by adding folowing extra lines in dosbox.
c:
cd tc
tc.exe

Here I have assumed that you have installed version of Turbo C++ in the tc directory in MyDosFiles.

Also, you might want to add
fullscreen = true
at the top of the dosbox.conf file to start it in full screen.


Now, you can Launch dosbox and enjoy.

To quit, you will need to quit the IDE and type in exit at the prompt.

Hope this helps. Please post back comments and feedback. Also share if you get stuck somewhere.</description>
		<content:encoded><![CDATA[<p>Please look at the alternatives for Turbo C++ IDE before reading this post. Continue reading it only if you want to use BGI graphics (consider Allegro Gaming Library if you want an easy to use Graphics solution for C\C++) or for code compatibility for your Textbook. You might consider changing your textbook if your University\College allows for new code. Continue only if you have no other option than using the DOS based Turbo C++ 3.0.</p>
<p>You will want to follow the tutorial if you plan to use Linux, Mac OS, Windows Vista or Windows 7 in but have to use Turbo C++ in full screen environment so you are stuck with Windows XP or older version of Windows.<br />
Installtion Of Dosbox<br />
Dosbox is an x86 emulator with dos. It is available for Linux, Windows and Mac. It can be used to run legacy DOS applications and Games. We will use to run Turbo C++.</p>
<p>Dosbox may be present in the repository if you use Linux. Use your package manager to install dosbox.</p>
<p>Windows and Mac installers\binaries can be found in the official website.</p>
<p>One-Time Setup<br />
Place the installed Turbo C++ or Turbo C++ Setup in a folder. You might want this folder to mount as drive inside the dosbox. For that find the dosbox.conf file and add appropriate lines in the [autoexec] section. For example, if you want to mount a directory MyDosFiles as c:, then you must write the following in the dosbox based on your OS. For Windows (Vista or 7) you will need to add the following lines:<br />
mount c c:\MyDosFiles<br />
if the directory is in c:\<br />
In Linux and Mac, it will be something like:<br />
mount c /home/username/MyDosFiles<br />
if the directory is in /home/username i.e. the home directory.</p>
<p>If you just plan to use Turbo C, you might as well launch the Turbo C++ IDE each time you start dosbox by adding folowing extra lines in dosbox.<br />
c:<br />
cd tc<br />
tc.exe</p>
<p>Here I have assumed that you have installed version of Turbo C++ in the tc directory in MyDosFiles.</p>
<p>Also, you might want to add<br />
fullscreen = true<br />
at the top of the dosbox.conf file to start it in full screen.</p>
<p>Now, you can Launch dosbox and enjoy.</p>
<p>To quit, you will need to quit the IDE and type in exit at the prompt.</p>
<p>Hope this helps. Please post back comments and feedback. Also share if you get stuck somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZOeb</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4671</link>
		<dc:creator>ZOeb</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4671</guid>
		<description>hey admin, can u tell me how to run Turbo C on Windows 7 (64bit)
the error msg is...
&quot;The version of this file is not compatible with the version of Windows you&#039;re running. Check your computer&#039;s system infomation to see whether you need an x86 (32-bit)or x86 (64-bit) version of the program, and then contact the software publisher&quot;
plz do reply....
thx</description>
		<content:encoded><![CDATA[<p>hey admin, can u tell me how to run Turbo C on Windows 7 (64bit)<br />
the error msg is&#8230;<br />
&#8220;The version of this file is not compatible with the version of Windows you&#8217;re running. Check your computer&#8217;s system infomation to see whether you need an x86 (32-bit)or x86 (64-bit) version of the program, and then contact the software publisher&#8221;<br />
plz do reply&#8230;.<br />
thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shimaz</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4659</link>
		<dc:creator>shimaz</dc:creator>
		<pubDate>Mon, 01 Feb 2010 07:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4659</guid>
		<description>now i can use turbo c in full screen mode, bt now the problem is i cn&#039;t use important symbols eg. ( &quot;, { ,}).. wat should i do now??</description>
		<content:encoded><![CDATA[<p>now i can use turbo c in full screen mode, bt now the problem is i cn&#8217;t use important symbols eg. ( &#8220;, { ,}).. wat should i do now??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KINNA</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4629</link>
		<dc:creator>KINNA</dc:creator>
		<pubDate>Sat, 23 Jan 2010 10:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4629</guid>
		<description>THANK GOD.....
THANK U SOOOOOOOOOOOOOOOOOOOOOOOOO MUCH.............</description>
		<content:encoded><![CDATA[<p>THANK GOD&#8230;..<br />
THANK U SOOOOOOOOOOOOOOOOOOOOOOOOO MUCH&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VProgrammer</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/comment-page-1#comment-4605</link>
		<dc:creator>VProgrammer</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://techtricks.co.in/?p=198#comment-4605</guid>
		<description>graphis.h</description>
		<content:encoded><![CDATA[<p>graphis.h</p>
]]></content:encoded>
	</item>
</channel>
</rss>
