Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ada

What type has a variable containing a range to be?

Debugging in GPS IDE

ada gnat-gps

Error 0x800706F7 "The stub received bad data" on Windows XP SP3

How to use user input variable as parameter for generic package?

generics io ada

Problem instantiating a package with subtype access to variant record

generics ada

Convention for handling foreign binary data

ada

What is a tagged type in Ada?

ada

How do you perform a check for safe type conversion?

ada

Class formulation concept from C++ and Java to Ada

java c++ algorithm ada

Are Arrays in Ada Covariant?

arrays ada covariant

Ada Digits Confusion

precision ada digits

Ada95: Converting Integer to Character

ada

Convert Enum to Binary (via Integer or something similar)

enums binary ada

How can I overload the '=' operator in Ada without creating a recursive function?

overloading ada

Ada: how to solve "Circular Unit Dependency"?

How can you store (an access to) Integer's operators in Ada?

ada

Check initialization of variable

ada gnat

Passing map to common procedure

ada

How do I cast an enum to an Integer to handle overflow/wraparound?

ada

In/Out vs Out in Ada

ada