Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ada

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

Is there a "dictionary" type pre-implemented in Ada? And how to use it?

How to get seconds since unix epoch in Ada?

calendar timestamp ada

How do you implement Generic_Sorting in Ada for a vector?

ada gnat gnat-gps ada2012

Ada suppress unreachable code or missing return

ada gnat unreachable-code

How do I migrate Ada code from a Sun Solaris 10 to 11 using an APEX compiler

Unable to access members of an Ada generic parameter

ada

Specifying different platform specific package at compile time in Ada (GNAT)

running Ada program in linux terminal

linux ada gnat

How to implement interface in Ada?

oop interface ada

Ada: Why exactly is ""A" .. "F"" not discrete?

arrays types range ada

Program verification in SPARK - Counting elements in an array

ada spark-ada

How do I import a C-function to Ada with pass-by-reference arguments?

ada

Convert integer to record

ada

Is is possible to have a child package as a separate compilation unit in Ada

ada ada95

Binding vs Linking in Ada

ada gnat