How can I change the default integer\'image() width in Ada? I\'d like to be able to do things lik开发者_如何学Goe put(\"this is a number: \" & i\'img); with i being for example 5 and having Ada o
Anyone can show me some examples, simple, how to use GTK with Ada? examples, like: 开发者_JS百科How to use Glade with Ada, create an simple window....
I wanna use T开发者_运维知识库extTools in a Ada program. Does anybody have a tutorial giving instructions how to start?
I have this small function that is causing me headaches on RHEL6, and I am not sure what is going on... and it is a pain to debug.开发者_运维百科When I run this I am getting a STORAGE_ERROR, so I did
How I can mix Ada code with assembly (assembled using GAS)? I know how to link Ada with C, but how I can link with assembly? I know that gcc generates assembly code from Ada code, and because of this
I have some problem regarding writing String variable to a file. The problem is that I have to specify the exact lengt开发者_C百科h of that String. Or else the output file will just contain some scrap
I have defined two integer ranges in ans spec file of Ada95, as follows: type year is new integer range 1996..2100;
I am having a bit of trouble understanding the Valgrind output: 1> \"Invalid write of size 4\" is coming up in an auto-generated adb file,
Whats the meaning of x AND THEN y AND z is it x AND THEN (y AND z) (y, z gets开发者_如何学Go never evaluated if x is FALSE)
I am in possession of a dictionary application (takes in text as input, outputs definitions + grammar analysis). I have all the source files (about 50 pages of code), written in Ada, as well as Window