ada
Run a JGNAT program?
I just installed JGNAT on Windows (gnat-gpl-2010-jvm-bin.exe) This is a sample code hello.adb from the included manual:[详细]
2023-02-04 09:49 分类:问答Ada code layout with gnatpp query
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[详细]
2023-02-03 16:28 分类:问答Trying to make a function generic, but getting hung up
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[详细]
2023-02-03 10:43 分类:问答print floats in ada
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[详细]
2023-02-01 20:59 分类:问答Is there anything else to do Audio in 92khz to 192khz?
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[详细]
2023-01-31 19:45 分类:问答Ada, check out my package. ("compilation unit expected"?)
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[详细]
2023-01-31 12:42 分类:问答Wait for tasks in Ada
I have a procedure with tasks in it. I have to do something after the all of the tasks term开发者_运维技巧inated.[详细]
2023-01-30 04:45 分类:问答Learning & Using "old" languages (Ada/Cobol/Algol)
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[详细]
2023-01-28 15:06 分类:问答Dynamic array allocation of a record in Ada
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:[详细]
2023-01-27 05:21 分类:问答Why is there no equivalent in C# to Ada generic parameters?
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.[详细]
2023-01-26 18:46 分类:问答