Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ada

Access to volatile register in Ada

ada gnat

Best practice for implementing in Ada (2005 or 2012) an equivalent of the java finalize block

ada finalize

Extending Enum in Ada

enums ada

Constant element in Ada object?

ada

How do you install GNAT (GNU Ada) on a Windows computer?

windows gcc installation ada

how to implement a non-blocking server in Ada?

ada

Arbitrary length integer in Ada

ada

Command line for Ada version?

Constraint_Error raised when using modular types not divisble by 8

ada gnat

Ada/C/++ distributed applications

sockets com ada corba dss

Derived types and sub types in Ada

types ada

Differences when using anonymous access procedures or access procedure types

scope nested ada

How to build a static library from Ada source that's callable from C++ code?

c++ static-libraries ada

Freezing an Ada task

task ada

Array of booleans makes monstrosity

arrays ada

In Ada, it seems to be the general practice to declare specific subtypes, but why?

ada

Learning Ada: Source Code and Newbie "Forum"?

ada

Does Ada have a preprocessor?

cross-platform ada

Why are there no (augmented assignment) operators like +=, -= or ++ in Ada? [closed]

operators ada

When does generic instantiation occur (i.e., what does the word mean)?

generics ada