On Sun, Oct 11, 2009 at 9:20 PM, Olufowobi Lawal <[email protected]> wrote:

> It is not uncommon to find c/c++ codes using conio.h and dos.h. Are these 
> still in use to warranty learning them?

They are from old compilers. conio.h is from Turbo C++, for instance,
dos.h obviously is for declaring stuff to use in the old 16-bit DOS
environment and probably not consistent from compiler to compiler.
Don't bother with them. The code is old and won't compile on modern
compilers. Time to upgrade your compiler.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to