Skip to main content

How to install turbo c on Mac and fix the problems

TO KNOW MORE PLEASE WATCH THE VIDEO


Here is the download list:-https://drive.google.com/open?id=1fSJ22sZoB7GF7nIHGJdzgXkdwL6qdsqZ
PROCEDURE:-

  1. DOWNLOAD THE FILE FROM THE GIVEN LINK.
  2. MOVE THE FILE TO THE DESKTOP.
  3. UNZIP THE FILE.
  4. OPEN THE C.BAT FILE AND CHANGE THE "DEEPAYAN" WITH YOUR USERNAME, AND SAVE THE FILE. 
  5. DONT CHANGE ANY FILENAME OR FOLDER NAME. 
THANKS, HAPPY CODING.......


Comments

  1. It's still showing drive c has successfully been removed. Please help.

    ReplyDelete
  2. Only a noob will advice you to install turbo c. Turbo c development is dead by 1990.
    Use gnu c or borland c.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to make a Arduino powered weather station

So today we are going to make a weather station which is powered by An Arduino nano.Which can monitor the live temperature and humidity of the climate? And also print the data on an LCD display.By this project, you can easily understand the working of the DHT 11 sensor and LCD display. So to make this project you need this component:- Arduino board (any types of) LCD 16X2. DHT 11 module Connecting Wire Breadboard(optional) What is DHT 11 MODULE? DHT 11 or 22 are the digital humidity and temperature sensing module for Arduino, avr, raspberry pi.Adafruit industries basically made this sensor.This module is the low-cost humidity and temperature sensor which has only one pin to transfer the data. So it required a careful timing to grab the data sent by it. But its very simple to use/interface with any kind of projects. We basically need the libraries to use it properly.It speaks the data after 2 sec. The cost of this kind of sensors is near about 3-4 $. But DHT 22 is m

How to use a 16x2 lcd display with Arduino

So today I will tell you how to use the 16x2 LCD display on the Arduino projects. If you are doing any kind of projects then you should interact with the user in the simplest process.To add any kind of output device is the key to simplify that project. you may show the options or the compilation details using that.  There various types of displays available in the market but among them the 16x2 LCD display is the famous and cheapest one.As it has a very simple process to implement them in the projects. pinout for the 16x2 LCD display: circuit diagram for 16x2 LCD display: Test code to check the connection is properly done or not: /*   LiquidCrystal Library - Test code   #DNY  Demonstrates the use a 16x2 LCD display.  The LiquidCrystal  library works with all LCD displays that are compatible with the  Hitachi HD44780 driver. There are many of them out there, and you  can usually tell them by the 16-pin interface.   The circuit:  * LCD RS pin to