开发者

ada

0
  • Default integer'image() width in Ada

    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[详细]

    2023-03-23 12:46 分类:问答
  • How to use GTK+ with ada

    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....[详细]

    2023-03-21 18:49 分类:问答
  • Using TextTools in Ada

    I wanna use T开发者_运维知识库extTools in a Ada program. Does anybody have a tutorial giving instructions how to start?[详细]

    2023-03-21 15:42 分类:问答
  • Ada issue with STORAGE_ERROR

    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[详细]

    2023-03-18 15:32 分类:问答
  • Mix ada with assembly

    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[详细]

    2023-03-16 18:40 分类:问答
  • File IO in ada, how to write Strings to file?

    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[详细]

    2023-03-15 23:07 分类:问答
  • Invalid types for operand "+" Ada 95

    I have defined two integer ranges in ans spec file of Ada95, as follows: type year is new integer range 1996..2100;[详细]

    2023-03-13 08:58 分类:问答
  • Valgrind output confusing

    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,[详细]

    2023-03-12 02:26 分类:问答
  • Ada short-circuit control forms

    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)[详细]

    2023-03-11 01:47 分类:问答
  • Porting Windows/Mac application, written in Ada, to iOS

    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[详细]

    2023-03-08 19:35 分类:问答