Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Best practices to determine stack usage in Ravenscar program

gcc memory ada

Implementing Kruskal's algorithm in Ada, not sure where to start

Ada on STM32F4 (Cortex-M4)

ada stm32 bare-metal cortex-m

Fixed point type not multiplying correctly

Setting the --create-missing-dirs option in a gprbuild file

ada gnat

What is the difference between the Adacore Gnat version and the "standard" one

ada gnat

Custom 'image attribute in Ada?

syntax attributes ada

Variadic function in Ada (C - Ada binding)?

Compiler detection of race conditions between Tasks

ada

General Access type Ada

pointers types ada

Modern Ada to C/C++ translator [closed]

c ada code-translation

Use of exceptions in Ada

ada

What is the tick or apostrophe character for in Ada?

syntax operators ada

double precision in Ada?

double precision ada numeric

Defining a modular type within a generic package

ada