>> conio.h
>> cstring.h
>
>conio.h is a DOS-thing and doesn't exist under Unix - you will have to
>rewrite those parts of your program. If I remember correctly, the
>"curses" library provides similar functionality under Unix, however,
>you'll hav to dig into the documentation to find out what to
On Thu, Jan 25, 2001 at 03:35:51PM -0500, Jake McHenry wrote:
>
> conio.h
> cstring.h
conio.h is a DOS-thing and doesn't exist under Unix - you will have to
rewrite those parts of your program. If I remember correctly, the
"curses" library provides similar functionality under Unix, however,
you'
It has been along time, but isn't conio.h DOS bios stuff?
If you porting programs some of the functions will be
in different header files. I know that when I ported
from AT&T Unix sysV I had to change some headers.
However most of the programs recompiled and worked
easily. man can help you find so
On Thu, 25 Jan 2001, Jake McHenry wrote:
>
> Ok, the command works, but now I'm getting errors out the ying yang. Where can I
> get more libraries? Are there any on the cd that don't get installed? Here's the
> ones that I'm in need of...
>
> conio.h
> cstring.h
>
> Thanks,
> Jake
>
>
>
> ___
On Thu, 25 Jan 2001, you wrote:
> Ok, the command works, but now I'm getting errors out the ying yang. Where can I
> get more libraries? Are there any on the cd that don't get installed? Here's the
> ones that I'm in need of...
>
Try libstdc++-devel and libstd*-devel for one off the install C