Beginning Ada Programming From Novice to Professional

Discover the Ada programming language by being gently guided through the various parts of the language and its latest available stable release. The goal in this book is to slowly ease you into the different topics. It is understood that you do not always have ample free time, so the text is easy to...

Full description

Bibliographic Details
Main Author: Shvets, Andrew T.
Format: eBook
Language:English
Published: Berkeley, CA Apress 2020, 2020
Edition:1st ed. 2020
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03062nmm a2200289 u 4500
001 EB001889301
003 EBX01000000000000001052662
005 00000000000000.0
007 cr|||||||||||||||||||||
008 200117 ||| eng
020 |a 9781484254288 
100 1 |a Shvets, Andrew T. 
245 0 0 |a Beginning Ada Programming  |h Elektronische Ressource  |b From Novice to Professional  |c by Andrew T. Shvets 
250 |a 1st ed. 2020 
260 |a Berkeley, CA  |b Apress  |c 2020, 2020 
300 |a XVII, 343 p  |b online resource 
505 0 |a Part 1: Introductory Topics -- 1. Introduction -- 2. Basic Types -- 3. Basic Control Structures -- 4. Procedures and Functions -- 5. Arrays, Records and Access Types -- 6. Basics of Object Oriented Programming -- Part 2: Intermediate Topics -- 7. Exception Handling -- 8. The Basics Of I/O And Interacting With The Operating System -- 9. String Operations -- 10. Data Containers -- Part 3: Advanced Topics -- 11. Multiprocessing With Tasks -- 12. Advanced Types -- 13. Advanced OOP -- 14. Contracts and Proofs -- 15. Networking and Advanced I/O -- 16. Project Organization -- 17. Libraries -- Appendix A: Installing GNAT in Linux and Unix -- Appendix B: Installing GNAT in Windows -- Appendix C: Reserved Keywords -- Appendix D: Debugging Ada Applications 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Programming Techniques 
653 |a Computer programming 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-5428-8 
856 4 0 |u https://doi.org/10.1007/978-1-4842-5428-8?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a Discover the Ada programming language by being gently guided through the various parts of the language and its latest available stable release. The goal in this book is to slowly ease you into the different topics. It is understood that you do not always have ample free time, so the text is easy to digest and concepts are spoon fed to the reader. Starting with the simplest of topics, detailed explanations demonstrate the how and why of Ada. You are strongly encouraged to experiment and break things (without which the learning process is linear and quite dull). At the end of Beginning Ada Programming, you will have an excellent understanding of the general topics that make up the Ada programming language and can tackle far more challenging topics. Each chapter builds on what was previously described. Furthermore, each code example is independent of others and will run all by itself. Instructions are provided where you can obtain an Ada compilerand how to debug your code. You will: Master basic types, control structures, procedures, and functions in Ada Use Ada arrays, records, and access types Implement OO programming using Ada Handle the basics of I/O and interfacing with the operating system Take advantage of string operators, data containers, multiprocessing with tasks, and more Work with contracts and proofs, networks, and various Ada libraries