Well..... it's the recommended book for learning Modula2 at the university I study at. I barely went to lectures, I just learnt Modula2 through this book - I got an "A" for programming ;)
0Report
The book is a good book for learning foundation programming structure and the reader can transit easily to other languages such as C, Pascal and etc. within 2-3 hours.
0Report
This book explains data structures with modula 2 in an easy to get sort of way. It also provides great code samples like: Stack ADT,Linear list implementation of a stack,ComplexType (implementation), and much much more. Helpful tidbits are abundant in this book.
0Report