I am using SIOUX. The only thing is I don't know which function is a decent alternative, or how I can find a list of all the functions that SIOUX offers.
You're right. These functions are DOS-based, as are the books. But the books have loads of examples in them and exercises, something which the Mac books do not. And you know what they say about practice makes perfect...
Main Topics
Browse All Topics





by: twallPosted on 1997-12-12 at 13:50:16ID: 1291719
Are you using SIOUX within CodeWarrior? SIOUX is the standard code for porting console-based apps.
BTW, console.h and conio.h are DOS-specific. Look for the functions provided in stdio.h instead, which *all* ANSI C implementations must implement.