Who invented conio.h ?

Feb 7, 2014 at 5:48pm
Hi i have i question who originaly invented conio.h library ?
Feb 7, 2014 at 6:49pm
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.
Feb 7, 2014 at 7:06pm
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.
Feb 7, 2014 at 7:41pm
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.