<?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>Computer Hacking &#124; Learn How To Hack &#187; C++</title>
	<atom:link href="http://www.hackingaday.com/tag/c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackingaday.com</link>
	<description></description>
	<lastBuildDate>Thu, 16 Dec 2010 02:10:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C++ in Windows  7 with DOSbox &#124; Emulation</title>
		<link>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</link>
		<comments>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 02:17:45 +0000</pubDate>
		<dc:creator>MobileKing</dc:creator>
				<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Windows Se7ven]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[compability issues]]></category>
		<category><![CDATA[DOSbox]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html"><img align="left" hspace="5" width="125" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.

Download Borland Turbo C++
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below
(Direct Link)
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download
Before going to the details u have to create a [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.</p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" alt="2506203375 d431c62276 C++ in Windows  7 with DOSbox | Emulation" width="500" height="375" title="C++ in Windows  7 with DOSbox | Emulation" /></p>
<p><a href="https://downloads.embarcadero.com/item/24778">Download Borland Turbo C++</a><br />
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below<br />
(Direct Link)<br />
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download</p>
<p>Before going to the details u have to create a folder (any name will do). Here we<br />
name it as Turbo</p>
<p>Copy the TC into the Turbo folder</p>
<p>Run the DOSBox 0.72 from the icon located on the desktop or from the location of<br />
the installation folder</p>
<p>Then u are presented with two screens which look like the command prompt in<br />
Windows</p>
<p>Now u are presented with two screens. One with a Z prompt. U can ignore the other<br />
screen.</p>
<p>There type the following commands at the command prompt Person:<br />
Mount [Type in any alphabet that u wish except z] [Type the source of the turbo C]<br />
press enter</p>
<p>Now , Type in the following commands after the Z prompt:<br />
Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]</p>
<p>* Now u should get a message which says: Drive D is mounted as a local directory<br />
c:\Turbo\ ***</p>
<p>Now type d: to shift to d: prompt .</p>
<p>D: cd TC [The contents inside the folder Turbo gets mounted as a virtual drive<br />
(Here D drive)</p>
<p>D: cd Bin</p>
<p>D: TC or Tc.exe [This presents u the Turbo C++3.0 screen]</p>
<p>On the Turbo C++ goto Options&gt;Directories&gt;Change the source of TC to the source<br />
directory Drinks ( i.e. virtual D: refers to original c:\Turbo\ . So make the path<br />
change to something like D:\TC\include and D:\TC\lib respectively )<br />
===========================================================<br />
In order to get the full screen use the key combination of Alt and Enter</p>
<p>When u exit from the DosBox [precisely when u unmount the virtual drive where<br />
Turbo C++ 3.0 has been mounted] all the files u have saved or made changes in<br />
Turbo C++ 3.0 will be copied into the source directory(The directory which<br />
contains TC folder)</p>
<p>It is a good idea to backup your files in the source directory prior to running<br />
DOSBox 0.72</p>
<p>For additional help go through the readme file located in the installation folder<br />
or look on the website of the DOSBox forum.</p>
<p>The above procedure has been successfully implemented on Windows Vista Ultimate 64<br />
bit &amp; is operated in Windows 7 also perfectly ! Confused</p>
<p>IMP : Don&#8217;t use shortcut keys to perform operations in TC because they might be a<br />
shortuct key for DOSBOX also . Eg : Ctrl+F9 will exit DOSBOX rather running the<br />
code</p>
<p>Still have problems in working-out ??? Mail me</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
