I just installed JGNAT on Windows (gnat-gpl-2010-jvm-bin.exe) This is a sample code hello.adb from the included manual:
I am trying to use gnatpp to improve the layout of some ada code, however when reform开发者_运维问答atting procedure calls it is putting named parameters on the same line, rather than on separate line
I have a variable in a package (rec in this case) that needs to be set when called from package 3, but it\'s private. Previously the function set_true only set rec to true, so it wasn\'t a big deal. B
I want to print a float number, i am using the package FLOAT_IO. Is th开发者_如何学JAVAere a way to control the number of digits after the dot and before it?The procedure Put in Ada.Float_Text_IO has
I spend lot of time researching/finding a best developer friendly framework or libraries for cross platform to deal with solid/accurate/lipsync sort of audio solution. Still could not find one which c
I\'ve gotten rid of all my other compile-time errors except \"compilation unit expected\", which starts right after my import statements. I\'m guessing I need to create开发者_开发技巧 a package? And i
I have a procedure with tasks in it. I have to do something after the all of the tasks term开发者_运维技巧inated.
Are there any good reason to learn languages such as Ada and COBOL? Are 开发者_开发知识库there any future in programming in those languages? I\'m interested in those languages and i\'m currently learn
I am trying to dynamically allocate a large array in Ada (well, an array of an array). For instance, I\'m able to dynamically allocate an object like so:
Please note that I am not talking about Generic Type parameters. For example in Ada I can write a package that needs to be initialized using a value instead of a type. e.g.