You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have Turbo C++ 4.5; I need to include unistd.h in my program. Turbo C++ doesn't have it. How do I go about adding it to the libraries? Where do I get unistd.h? Please help me....
Ed Mulroy (TeamB)
unread,
Aug 1, 2001, 11:47:26 PM8/1/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What is UNISTD.H?
It doesn't come with the Turbo C++ 4.5 compiler and doesn't come with any of the other compilers. You'll have to get it somewhere else.
. Ed
Greg Chicares
unread,
Aug 2, 2001, 12:55:32 AM8/2/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
It's unix. Try <io.h> instead (it's not exactly the same).