ada
Error in Ada separate file
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:[详细]
2023-01-12 14:02 分类:问答gdb and GPS: Cannot set a breakpoint on a function or procedure that is part of a protected type Ada object
I\'ve got a pro开发者_Python百科tected object that presents functions and procedures in its interface.[详细]
2023-01-12 13:52 分类:问答Ada: using aunit
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[详细]
2023-01-10 13:20 分类:问答Ada: interfacing with Matlab
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[详细]
2023-01-08 19:59 分类:问答Ada: optimize pragma
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[详细]
2023-01-08 14:37 分类:问答Ada: attribute 'last and 'safe_large
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[详细]
2023-01-08 12:49 分类:问答Ada: float instantiation from another package
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[详细]
2023-01-08 11:46 分类:问答Ada: windows installation
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:[详细]
2023-01-08 11:41 分类:问答Specifying different platform specific package at compile time in Ada (GNAT)
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[详细]
2023-01-08 09:38 分类:问答Ada: how to access this variable?
I have a modified textbook example as follows (the book is Understanding Ada---a software engineering approach by Bray and Pokrass):[详细]
2023-01-07 09:03 分类:问答