C68 for QDOS is a complete ANSI C development environment for use on the Sinclair QL and compatible systems. It is supported on all of the following operating systems:
The key components of C68 for QDOS are:
C a reference manual (4th Edition) by Harbison and SteeleThis book is not a tutorial - so do not expect to use it to teach you C. However if you want to look something up this will always give a clear description with examples of all major aspects of the language. It will tell you about how earlier versions of C are different to the current ANSI standard which can be very useful.
A feature of the "C68 for QDOS" release is that full source is available for every component of the release. For users who are not experienced in C, this provides a large quantity of sample code that can be perused for examples of useful methods and techniques. For the more experienced user this means that if any faults are found there is always the capability of fixing the source and rebuilding the component in question.