Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ada

Prevent Ada 202x Use in GNAT

ada ada2012

Access Types for Stack Allocated Array in Ada

arrays ada

Ada: 'strings are delimited by double quote character' compile error

compiler-errors ada

if and elsif optimisation in Ada 95

ada

How do I enforce that a type hold only be a fixed set of non-contiguous values?

ada

How to transform integer to float and vice-versa in Ada?

ada

When do I use a predefined class wide access type vs. an anonymous access to a class wide type as a parameter?

oop ada dynamic-dispatch

Initialize string in Ada with null characters

ada gnat

Invalid types for operand "+" Ada 95

integer range ada operand

Ada -- What Is A Modular Type

types ada modular

GNAT.Command_Line.Getopt - how to enforce all command line options were valid?

ada getopt

Does Ada have a standard stack implementation?

ada

Is it possible to declare a variable or constant of type Range?

ada

How to use different fix point types in mathematical operations in Ada?

ada

Ada Gnat project which includes differently-named files for different build configurations

ada gnat gprbuild

Ada: plotting 2d graphs

graph ada

Difference between statements inside and outside accept block

ada

Ada Finalization Adjust procedure - What to put here?

oop object ada

Simulating a 6-faced die in Ada-2005

ada

How to Create an UDP client in Ada

sockets udp client ada gnat