On Fri, 16 Nov 2007 18:43:04 -0000
"paresh.nakhe" <[EMAIL PROTECTED]> wrote:

> hello ppl, i'm completely new to the world of C.
> can anyone tell me the difference between ansi c and turbo c.
> do they have the same compiler?

Turbo C from Borland (or is it inprise now?) includes things which are
not standard. A good example is the conio.h header, which provides
functions which are not portable. If I remember textcolor, gotoxy and
keyb* functions (was it keypressed, or was that turbo pascal - damn
memory).

Anyway, the stuff that is unique to Turbo C is probably mostly covered
in curses, which is more portable.

-- 
The HSSI to Radvision is in a battle with the dark side because of the
power of the dark side. The Empire is downloading the new Half-Life
patch. :: http://www.s5h.net/ :: http://www.s5h.net/gpg


[Non-text portions of this message have been removed]

Reply via email to