The book is intended for software engineers making the transition to Ada, and for upper-level undergraduate and graduate students (including those who have had the good fortune to study Ada as their first programming language!).
Read the rest of this entry »
Download Free Ada Programming Books
Ada for Software Engineers
Ada Distilled Book
This book is for experienced programmers new to Ada. Heavily commented example programs help experienced programmer experiment with Ada. This is not a comprehensive book on the entire Ada language.
Read the rest of this entry »
In this book you’re going to learn how to write programs in Ada, a general purpose programming language originally commissioned by the US Department of Defense.
Read the rest of this entry »
Ada was originally designed with three overriding concerns: program reliability and maintenance, programming as a human activity, and efficiency.
Read the rest of this entry »
Ada is a modern programming language suitable for those application areas which benefit from the discipline of organized development, that is, Software Engineering; it is a general purpose language with special applicability to real-time and embedded systems. Ada was originally developed by an international design team in response to requirements issued by the United States Department of Defense [DoD 78].
A computer programming language is used by a programmer to express the solution to a problem in terms that the computer system can understand. TheĀ chapter looks at how to solve a small problem using the computer programming language Ada 95.
Read the rest of this entry »
Introducing Ada 95
Although Ada was originally designed to provide a single flexible yet portable language for real-time embedded systems to meet the needs of the US DoD, its domain of application has expanded to include many other areas, such as large-scale information systems, distributed systems, scientific computation, and systems programming.
Read the rest of this entry »