Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ada

Are Ada Tasks supported on RISC-V FE310-G002?

ada riscv

What's the name of the executable to run GNAT GPS in linux?

ada gnat gnat-gps

Compile Ada program for Linux using Windows

windows linux ada

Why don't prefixed calls work on access types?

ada

Ada Slicing with Strings

ada gnat

Ada: How to enumerate a type that consists of integers and other types?

types ada

How to write Recursive GCD program in Ada?

ada

Can the gnat compiler find unused specification procedures/functions/variables?

Printing the exception message in an Ada Last_Chance_Handler

ada gnat eabi

Are Child Packages safe in ADA?

ada encapsulation

Ada for I2C on the BBC Micro:Bit with the MCP23017

ada i2c bbc-microbit

Is Ada.Containers.Functional_Maps usable in Ada2012?

ada gnat

Link math.h with gprbuild

gcc ada gprbuild

Catch Precondition Assert_Failure

ada

How to include multiple packages with one statement in Ada?

package ada

ada pointer to local variable compilation & runtime errors

ada

Can Code be Protected From Rogue Callers In Ada?

ada

Ada program calling c functions has problems with interfaces.c.size_t

c ada fftw

Ada: What is the purpose of `limited` in `limited interface`

ada

Do pre and post conditions take the place of in function validation?