ada
How can I overload the '=' operator in Ada without creating a recursive function?
FUNCTION \"=\" (lString1, lString2 : IN lString) RETURN boolean IS IF lString1 = NULL AND lString2 = NULL THEN[详细]
2023-03-07 18:54 分类:问答How to get a line-numbered stack trace for a memory leak on Mac OS X?
I\'ve managed to get the Xcode leaks tool to report leaks in my command-line GCC Ada program (by adding delay 11.0; at the end to let leaks make its checks) and then[详细]
2023-03-07 03:26 分类:问答Ada Shutdown Hook
There are some ‘cleanup’ calls that I want called when an Ada appli开发者_如何学编程cation is shutdown/killed.[详细]
2023-03-06 17:52 分类:问答Ada 05 question: Search specific elements in a vector of records?
I\'ve created a Ada program that will be compiled in GNAT Gcc compiler 4.3.0 I created a record that consists of a name, phone, address and a birthday.[详细]
2023-03-06 05:54 分类:问答Web programming in Ada? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting开发者_运维问答 answers.[详细]
2023-03-03 12:19 分类:问答Ada compilation issue (Looking for adbs I don't have?)
I am trying to compile a third part library into my existing application using gnatmake..And I am getting this error:[详细]
2023-03-02 19:24 分类:问答Set specific cpu core for task in GNAT
I\'m using Gnat and want to set a specific execution core for one of the tasks. The problem is that I couldn\'t find any docs on that. Despite the addition of System.Multiprocessor, as mentioned her开[详细]
2023-03-01 23:05 分类:问答How to not show characters being entered from a keyboard
As part of a semester long class project, we are programming a model train system. Part of this is a monitor interface for viewing the current status, and keyboard inputs for system commands. When get[详细]
2023-02-28 20:31 分类:问答Ada 95: Modifying output of dictionary program
I\'ve found this dictionary by William Whitaker on the Internet and I like its parsing capabilities. But the output doesn\'t fit for me.[详细]
2023-02-27 09:22 分类:问答Why do some languages prefer static method binding rather than dynamic? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-26 02:33 分类:问答