Difference between revisions of "Programming in C on the Amstrad 464-664-6128"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Information)
(Contents)
Line 22: Line 22:
  
 
<pre>
 
<pre>
 +
 +
Preface.
 +
 +
01 - Introduction to "C".
 +
02 - Starting "C" programs.
 +
03 - Functions and the library.
 +
04 - Pointers.
 +
05 - Menus, choices and files.
 +
06 - More structured types.
 +
07 - More about pointers.
 +
08 - String functions.
 +
09 - Graphics, sound and BASIC conversion.
 +
10 - Assortment.
 +
 +
Appendix A: Binary, octal and hex codes.
 +
 +
Index.
  
 
</pre>
 
</pre>
  
 
[[Category:Books]]
 
[[Category:Books]]

Revision as of 12:53, 1 January 2009

Frontpage


Information

Title: Programming in C on the Amstrad 464-664-6128
Authors: Ian Sinclair
Publiser: Glentop
Year: 1986
Pages:
ISBN: 0-907792-86-3

Contents


Preface.

01 - Introduction to "C".
02 - Starting "C" programs.
03 - Functions and the library.
04 - Pointers.
05 - Menus, choices and files.
06 - More structured types.
07 - More about pointers.
08 - String functions.
09 - Graphics, sound and BASIC conversion.
10 - Assortment.

Appendix A: Binary, octal and hex codes.

Index.