Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ada

How do I handle an int** in Ada?

Bug in AUnit which comes with GNAT

ada gnat aunit

Running Ada on the Zynq using a Digilent Zybo development board

ada xilinx zynq gnat-gps

Alire mandates use of GitHub account?

ada package-managers alire

Overloaded Subprograms in Ada

programming-languages ada

How can I define an Array of Strings in Ada?

arrays string warnings ada

Unable to print the contents of an Array String of String Constants?

arrays ada

Creating procedure or function in Ada task

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