Jump to ID:
Core Development Tools

Project Home

Documents

Source Code

Discussions

Wiki

Project Info
Forum Topic - conio.h functions not supported under qnx6: Page 1 of 3 (3 Items)
   
 
 
conio.h functions not supported under qnx6  
In the process of porting code over from qnx4 to qnx6 there are many function that are no longer supported.  Many I can 
write my own function to replace to old ones, but for function such as getch() and kbhit() the migration tool suggest 
using read() and tcischars().  How do you use these function on stdin?  The seem to be designed for file pointer and not
 a device.