13 November 2012

0 Free Download Turbo C/C++ Compiler

Free Download Turbo C/C++ Compiler.

Installation Instructions

Last Updated: November 2011
  1. Download the archive from the link(s) provided somewhere at the top of this post.
  2. Unzip it and place the contents of the archive into a folder inside your Drive C. (e.g., C:\tcpp3)
  3. Please observe:
    The above is the TC.EXE file that you MUST run.

    The above is the TC Shortcut file, don’t use it.
    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.
  4. 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 Options -> Directories
  5. The path for the INCLUDE Directory must be C:\YourFolder\INCLUDE. For example, C:\tcpp3\INCLUDE. The file you downloaded uses tcpp3 as folder name, which is why I’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.
  6. And the path for the LIBRARY Directory must be C:\YourFolder\LIB, for example C:\tcpp3\LIB. Again, check if you have the correct path to the LIB folder.
  7. Remember to change the YourFolder into the name of the folder you are using for your Turbo C++.
  8. 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.
  9. 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.
  10. Free Download Turbo C/C++ Compiler
  11. http://d4allsoftware.blogspot.com/

Hello World sample code for testing in C language


#include <stdio.h>
#include <conio.h>
int main(){
clrscr();
printf("Hello world!");
getch();
return 0;
}

Hello World sample code for testing in C++ language


#include
main(){
cout << "Hello World!";
return 0;
}


              Free Download for Turbo C(turbo) Compiler
http://www.mediafire.com/?i3absvt3gn4xbij
Free Download for Turbo C Plus Plus 3(tcpp3) Compiler

0 comments:

 

Free Download Software Games e books Learning Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates