Skip to main content

HOW TO INSTALL TURBO C IN WINDOWS 7

In order to install Turbo C (Which can be found here )in windows 7 you first need to download and install dosbox here.
Step 1: Create a folder in c:\ drive and name it turbo (or anything convenient for you)
Step 2: Now extract TC installer in this newly created folder
Step 3: Run dosbox from start menu.This will load dosbox emulator.
The prompt will display Z:\>
Step 4: Now you need to mount the folder that you created in the previous step.
in the prompt type:
Z:\>mount c c:\turbo
You will get a message that drive c is mounted as local directory c:\turbo.
Step 5: Now just by few commands you can open your turbo c
Just type:
Z:\> c:
c:\> cd tc/bin
c:\tc/bin:> tc
Step 4: Turbo c will start .Go to Options > Directories.
Change all the drives to c if not already there.
Example: In include Directories
H:\ TC\ INCLUDE
Simply replace 'H' with 'c'
Similarly for other options below it.
Configure DosBox to automatically load c++ in full screen
Step 1: Load the DosBox configuration file from the explorer, path for configuration file may be C:\Program                       Files\DOSBox-0.74\DOSBox 0.74 Options.bat or load it from start menu "AllPrograms->DosBox-                                     0.74->Options->DOSBox 0.74 Options".
Step 2: The file opens with default text editor. You need to make following changes in the text file.
fullscreen = true
fulldouble = true
fullresolution = original
windowresolution = original
Step 3: Scroll down and look for [autoexec]. Below that type following commands.
mount c c:\turbo
Z:\>c:
c:\>cd tc\bin
c:\tc\bin\>tc
Now whenever you load dosBox you it will automatically load turbo c.

Comments

Popular posts from this blog

IOT : GARDEN WATER SPRINKLER SYSTEM

IoT projects have gained immense popularity due to their ability to leverage the power of interconnected devices and data to create innovative solutions across various domains. IoT projects involve integrating sensors, actuators, and communication technologies to enable the seamless exchange of data between physical devices and the internet. These projects range from simple DIY experiments to complex industrial applications, each offering unique opportunities to transform our lives and improve efficiency. Whether it's creating a smart home automation system, monitoring environmental conditions, optimizing energy usage, or developing intelligent transportation systems, applications of IoT open up a world of possibilities for innovation and connectivity. By harnessing the potential of IoT, we can build intelligent and interconnected systems that revolutionize industries, enhance daily life, and pave the way for a more efficient and sustainable future. In this project we will be using...

POWER BI - THE ARCHITECTURE

Power BI Architecture: A Comprehensive Guide to Building Effective Data Analytics Solutions     Understanding Power BI Architecture: Power BI's architecture comprises four main components, each playing a pivotal role in the data analytics process: Data Sources:   Power BI connects to a wide range of data sources, including databases, cloud services, Excel files, web services, and more. This versatility enables organizations to consolidate their data from various systems into a single dashboard. Data Transformation:   Once the data is sourced, it undergoes transformation and cleaning processes to make it suitable for analysis. Power BI's Power Query Editor provides a user-friendly interface to manipulate, filter, and shape data according to specific requirements. Data Model:   The heart of Power BI's architecture lies in its data model, whic...

TOUCH PLATE BASED DOOR BELL

Title:  Touch plate based door bell  Circuit:  Components: IC 555 Resistors: 1 M, 100k, 330 ohms Transistor: BC547  PN2222A Capacitor: 10n 1 Copper plate : as touch plate. A 6v battery An LED / Ic UM66 Description: This is the simple circuit for touch plate based security system. In this project what basically done is, circuit detects stray voltages produced by mains voltage and electrostatic built  up in the room.If sufficient static voltage is detected by the plate then chip will charge up. Transistor BC 547 or PN2222A is used basically to increase the sensitivity.In place of led just connect IC um 66(melody IC). Applications: In homes, of course. This can be specially used in places like hospitals, when patients need to call doctor by himself.