Who invented conio.h ?

Hi i have i question who originaly invented conio.h library ?
http://en.wikipedia.org/wiki/Conio.h

According to Wikipedia, it was invented by the people behind Lattice C (which later became Microsoft C) back in the 1980's in the good old DOS days. Then it was improved by Borland Turbo C.

Don't use conio.h unless you absolutely, positively need to. It really has no place in a modern program, written in C++ and intended to run on modern Windows.
Oh,ok thanks. I didn't knew that lattice was actually microsoft.And yeah i know it seems that the implementation of conio differs a bit from compiler to compiler.
SorinAlex wrote:
I didn't knew that lattice was actually microsoft.

My mistake!
They were not the same, Microsoft apparently made a deal with Lattice to rename the compiler from "Lattice C" to "Microsoft C".

http://en.wikipedia.org/wiki/Lattice_C

Wikipedia wrote:
The compiler was subsequently repackaged by Microsoft under a distribution agreement as Microsoft C version 2.0.

Topic archived. No new replies allowed.