I\'m having a problem using a package ADS file in Ada. I\'m getting an error of \"Missing full declaration for private type LETTER\".
I\'m trying to learn Ada for a course at the University, and I\'m having a lot of problems wrapping my head around some of the ideas in it.
I would like to now how to pass a standard Boolean Type in Ada through the Interfaces.C package in order to call a DLL function.
I know GC wasn\'t popular in the da开发者_开发技巧ys when Ada was developed and for the main use case of embedded programming it is still not a good choice.
I\'m very new to Ada, and I\'m trying to do some simple work with some text.All I want to do is read in a file, and strip out anything that isn\'t a letter, space, or new line.so removing all the punc
I\'m coming from Java/C++ to Ada and am having trouble figuring out the small stuff.Is it possible to declare an array and ask the user for the min/max values then initialize it?I don\'t lik开发者_如何
Variable is used in 1 task only, but the 开发者_如何学编程question is: can it be CALLED shared? I\'m assuming you\'re talking about a code structure something like this:
This is my first post on stackoverflow, I\'ve heard of this website and I think its awesome! Let\'s see if i can get some guidance on how to start my project.