Annexes in Ada95
I want to know the differences between normative and informative annexes in Ada 95.
Ada integer text guess error, how to fix?
So I was creating a guessing game for Ada but yeah it doesn’t run. The error is in Line 25.
It says
guessing_game.adb:25:26: error: no candidate interpretations match the actuals:
Range check failed when using reduction expression in Ada
I tried to convert the function A
to the new Ada 2022 reduction expression, but I get a range check failed
error. What am I doing wrong?
Array of single bits in ada?
If I wrote
Alias usage in ADA language
Package pack1 is
Subtype of string containing only hex characters in Ada
How can I define a subtype
of String
that allows only hex characters to be used? Here is my attempt, but I fail at the subtype definition:
Byte-wise iteration through an array in generic function in Ada
I have an array in a generic function where I want to iterate through it byte by byte. In the following example I am using Wide_Wide_Character
‘s, so a character is 4 bytes long. With 3 given input characters, I would have 12 bytes to iterate through. How can I achieve this? Thanks for your time.
Source file shouldn’t be more than 100 SLOC [closed]
Closed 9 years ago.