Borland Turbo C 2.01

Category: System
Year: 1989
Manufacturer: Borland Software
Localization: EN
OS: DOS

Files to download

#168tc201.zip1 MB0x4B968095


Scroll down for comments. Register to leave your one.

 




Comments

On Saturday January 24, 2015 ouhker said:

/*
* There is bug in Turbo C 2.01
* It can compile normally
* but cannot run:
* the following result showss
*
*
* scanf : floating point formats not linked
* Abnormal program termination
*
* BCC5.5, OPENWATCOM (V1.9), can compile and run
* and software like LATTICE C 3.3 (1988) can compile and run successfully.
* angle bracelet cannot be shown here so changed to "",
*/
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
int main()
{
char * a = "12345.2";
printf("%s\n",a);
printf("%8.3f\n",ato​f(a));
return 0;
}

On Sunday January 4, 2015 ouhker said:

if you want to run tcc (compile in command /dos prompt,
you need to create
TURBOC.CFG
containing the two lines (or adjust accordingly)
-IC:\TC\INCLUDE
-LC:\TC\LIB

On Thursday April 30, 2009 rudi said:

Turbo C was a programming environment and compiler for the C language. This is the "blue screen" version from 1989. At the time, Borland advertised integrated, high-productivity compilers for popular languages. When it comes to C compilers, the main thing would be to check if it compiles an ANSI test code. If it does manage that then you can use all the code on the Internet marked as such.

On Thursday April 17, 2008 guest (guest) said:

Turbo C 2.0 est un excellent compilateur C ANSI pour DOS qui gйnиre du code 16 bits.

On Sunday November 4, 2007 guest (guest) said:

Qu'est-ce que c'est?