
Ada-95: A guide for C and C++ programmers
by Simon Johnston
Publisher: Ada Home 1995
Description:
This tutorial for C and C++ programmers shows them what Ada can provide and how to set about turning the knowledge and experience they have gained in C/C++ into good Ada programming. It starts out by describing the Ada predefined types, and the complex types, and moves onto the simple language constructs. Section 2 introduces some very Ada specific topics and section 3 describes the new Ada-95 Object Oriented programming constructs. Section 5 describes the Ada tools for managing concurrency, the task and protected types. Section 6 is a tour of the Ada IO library.
Download or read it online for free here:
Read online
(online html)
Similar books
Ada 95: The Lovelace Tutorialby David A. Wheeler - Springer
An introduction to Ada 95, a basic understanding of programming is assumed. Object-oriented facilities of Ada are covered in depth, and all of the essential features of Ada are covered thoroughly. Written for students and professional programmers.
(22506 views)
Ada 95 Reference Manualby Tucker S. Taft, Robert A. Duff - Springer
This manual is identical to the standard ISO/IEC 8652:1995(E) for the Ada programming language. The new enhancements make Ada 95 an outstanding language. The flexibility, object orientation, and improved interfacing capabilities have been added.
(19651 views)
The Big Online Book of Linux Ada Programmingby Ken O. Burtch - PegaSoft
This text covers basic software development on Linux, a review of the core Ada 95 language, and an introduction to designing programs that work with the Linux kernel and standard C libraries. It also covers some of the Ada bindings.
(18217 views)
Ada Quality and Style Guide- Wikibooks
This guide helps computer professionals produce better Ada programs by identifying a set of stylistic guidelines that will impact the quality of their Ada programs. The guidelines also provide usage examples, in addition to possible exceptions.
(11501 views)