I am translating a Ada83 to Ada95 file. The problem happens when I try to compile a file which calls a separate. The error is \"Illegal character \" and refers to directive to preprocessor:
I\'ve got a pro开发者_Python百科tected object that presents functions and procedures in its interface.
I came across the tool aunit for writing test drivers. I write quite simple Ada programs and was wondering if it\'s worth to learn aunit and use it even on simple programs. I looked at the aunit manua
since Ada doesn\'t possess any good libraries for scientific computing, I was wondering if anyone has been able to use Matlab mathematical functions such as eig (for calculations of eigenvalues and ei
in the quest to make an Ada code run faster, I\'m including the pragma optimize time in the code (in the declarative part). On compiling in AdaGIDE using the GNAT Ada libre Core compiler, I get a warn
it\'s very common in Ada to create a derived type say a new Float type with the last element being Float\'Last. I have not yet seen someone using Float\'Safe_Large instead of the attribute Float\'Last
I\'m trying to create a new Float type with 6 digits precision. But it seems that I\'m not able to use it. Here\'s the code from the package MyFloat_IO.ads
When downloading the tar file from开发者_运维知识库 AdaCore for the GNAT compiler (the libre version), I noticed that there are two exe files for installation purposes:
I\'m still new to the Ada programming world so forgive me if this question is obvious. I am looking at developing an application (in Ada, using the features in the 2005 revision) that reads from the
I have a modified textbook example as follows (the book is Understanding Ada---a software engineering approach by Bray and Pokrass):