Tagged Questions

Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language, extended from Pascal and other languages.

learn more… | top users | synonyms

32
votes
15answers
2k views

Why didn't Ada make it?

I've read about a really beautiful langauge called "Ada", which seems very powerful to me, with a lot of what we call these days "safety features". What was wrong with Ada not to make it a ...
17
votes
6answers
1k views

C++ vs. D , Ada and Eiffel (horrible error messages with templates)

One of the problems of C++ are horrible error messages that we are getting from code which intensively uses templates and template metaprogramming. The concepts are designed to solve this problem, ...
12
votes
7answers
2k views

Where is Ada used (apart from safety-critical software)?

When one thinks of Ada, one usually thinks of avionics. What I'm interested in are some other applications of Ada? Where is it used? Are there any shipped applications written in Ada? For example, ...
11
votes
7answers
1k views

C or Ada for engineering computations?

as an engineer I currently use C to write programs dealing with numerical methods. I like C as it's very fast. I don't want to move to C++ and I have been reading a bit about Ada which has some very ...
11
votes
4answers
494 views

Ada compilers for Linux

I'm doing a trade study for Ada development on Linux. Do you have any good compiler/OS recommendations? So far, I've got GNAT from AdaCore running on CentOS 5.4, and I have license requests in for ...
9
votes
4answers
151 views

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 never evaluated if x is FALSE) or (x AND THEN y) AND z (if x is FALSE, y is skipped, but its possible that z is ...
8
votes
6answers
219 views

Ada Shutdown Hook

There are some ‘cleanup’ calls that I want called when an Ada application is shutdown/killed. For instance if I was in java, I would do something like this to achieve the effect of having something ...
8
votes
10answers
8k views

Good Ada IDE?

What would be a good (free) Ada IDE for either Linux or Windows?
7
votes
2answers
170 views

Implementing Kruskal's algorithm in Ada, not sure where to start

With reference to Kruskal's algorithm in Ada, I'm not sure where to start. I'm trying to think through everything before I actually write the program, but am pretty lost as to what data structures I ...
7
votes
4answers
385 views

Quadratic equation in Ada

I just came around and decided to try some Ada. The downside is that the syntax and function strays quite away from C++. So I had to like cram various stuff to get this thing to work. My question is ...
7
votes
10answers
738 views

Recommendations on good Ada books

I'm looking for a good book on Ada. Wikipedia has a list but I have no idea where to start, what level they're aimed at, etc. I started coding ~6 years ago in college and I'm quite adept at Java and ...
7
votes
4answers
537 views

Are there any good Unit Test frameworks for Ada?

I come from a C++ background, but I'm currently working in Ada. In the C++ world, I unit test every class as I write it... this doesn't seem to be the vogue for our codebase here at work. I'd like ...
7
votes
4answers
744 views

Is there a free implementation of Ada?

I looked at the AdaCore site, as well as for A# (which now appears to be owned by AdaCore) and neither appear to be free (although I could have misread something). Any recommendations?
6
votes
2answers
190 views

Ada entry and when statement usage

I am a newbie in Ada programming language and I am working on concurrent programming, but I am having a problem with one implementation. This might be very dummy question. The code is: type status is ...
5
votes
1answer
156 views

Use Ada code in Android

Is there any possibility to use old Ada code in Android? I have an old script written in Ada and it would be great if I could just use that code in Android directly (via NDK or JNI etc). Is this ...
5
votes
4answers
132 views

Can an Ada Variant Record be binary compatible to a C++ union?

I am designing a communication middleware for use in an application which has a module in Ada and many modules in C++ which communicates passing parameters (scalar values) and structures. The ...
5
votes
2answers
124 views

Ada multitasking RTOS supported with opensource cross-compilers

Which RTOSes do Ada have opensource/free cross-compilers available, with support for multitasking/multithreading? I have an Atmel AT90USB162 chip which I want to program using Ada. My first option ...
5
votes
4answers
182 views

Aggregate Initialization Safety in C++

Suppose I have the following struct: struct sampleData { int x; int y; }; And when used, I want to initialize variables of sampleData type to a known state. sampleData sample = { 1, ...
5
votes
6answers
348 views

Web programming in Ada?

Does anyone do serious web development in Ada? Are there libraries or frameworks available for such tasks? I'm particularly interested in those that are free and open source. Any relevant pointers ...
5
votes
5answers
400 views

Best practice for implementing in Ada (2005 or 2012) an equivalent of the java finalize block

Java has the finalize block which allows to execute some statements after a block is left (executed even if an exception is raised). Example: try { ... } catch (Exception e) { ... } finally { ...
4
votes
1answer
27 views

Ada: How can you check if an element belongs to one subtype or another?

I just learnt about Enums and Types in Ada and decided to write a small program to practice: with Ada.Text_IO; use Ada.Text_IO; with Ada.Integer_Text_IO; use ...
4
votes
7answers
102 views

Freezing an Ada task

How can I freeze a task? I mean, if I have a task task body My_Task is begin accept Start; loop Put ("1"); Put ("2"); Put ("3"); ... Put ("n"); end loop; end My_Task; is ...
4
votes
1answer
76 views

Are Arrays in Ada Covariant?

I know in Java arrays are covariant. So for example: Assume Dog is a subclass of Animal In java the arrays are covariant making: Animal[] a supertype of Dog[] But in java generic collections are not ...
4
votes
4answers
144 views

Ada/C/++ distributed applications

I am trying to evaluate some technologies for implementing a communication process between some Ada modules with some C++/OpenGL modules. There is an (Windows XP) Ada application which communicates ...
4
votes
2answers
205 views

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 ...
4
votes
4answers
271 views

Is there a way to format text output in Ada

Is there a way to format the string being outputted? I'm trying get a pretty view of the following output 1: Ashley | 01033438392 | Wellington, New Zealand | 1987- 4-14 2: Aloha | 01087651234 | ...
4
votes
3answers
211 views

list of unique random numbers in an Interval in Ada

Hey, I'm sorry to bother you I know this question have been asked quite a lot but never with Ada... I was wondering if there were in the Ada standard library a way to generate a list of unique random ...
4
votes
2answers
174 views

Ada: interfacing with Matlab

since Ada doesn't possess any good libraries for scientific computing, I was wondering if anyone has been able to use Matlab mathematical functions such as eig (for calculations of eigenvalues and ...
4
votes
2answers
93 views

Ada manuals: difference between annotated and consolidated

what's the difference between the Consolidated Ada Reference Manual 2005 Edition (ISO/IEC 8652:2007(E), Ed. 3) from Springer and the Annotated Ada Reference Manual (ISO/IEC 8652:1995(E)) 2005 Edition? ...
4
votes
1answer
189 views

Creating Ada record with one field

I've define a type: type Foo is record bar : Positive; end record; I want to create a function that returns an instance of the record: function get_foo return Foo is return (1); end ...
4
votes
2answers
690 views

double precision in Ada?

I'm very new to Ada and was trying to see if it offers double precision type. I see that we have float and Put( Integer'Image( Float'digits ) ); on my machine gives a value of 6, which is not ...
4
votes
3answers
229 views

Derived types and sub types in Ada

What are the differences?
3
votes
1answer
54 views

Creating generic child packages in Ada 95

I have package p1 and two child packages: p1.child1 and p1.child2 All packages are generic. I'm trying to create an instance of p1.child1 in p1.child2: package body p1inst.child2 is package ...
3
votes
3answers
82 views

About “range” in Ada

The following source code line in Ada, type Airplane_ID is range 1..10; , can be written as type Airplane_ID is range 1..x; , where x is a variable? I ask this because I want to know if the ...
3
votes
0answers
50 views

Using .net commands in Ada

I know, it's a noob question but..... I don't know :( I am using dotnet-gnat, I'm having trouble using the commands of the platform. Net in Ada ... I can use the WriteLine, but the ReadLine command, ...
3
votes
3answers
120 views

Class formulation concept from C++ and Java to Ada

Maybe the C++ and Java people can help me to define this problem I'm going to explain. I have a problem in Ada (you don't need to know it, I'm just interested in the concept) on how representing a ...
3
votes
3answers
109 views

AI library framework in Ada

I'm looking for an Ada constructed framework for AI. I think Ada would be perfect for implementing temporal and stochastic paradigms due to its tasking and real-time mechanisms, but did not find ...
3
votes
5answers
130 views

Interfacing Ada with an asynchronous interface in C++

I have this task of designing a new interface for a distributed application (multiple processes running on a single computer, not physically distributed - yet) which is comprised of many graphical ...
3
votes
1answer
56 views

How [“03C0”] match <Ada Reference Manual>'s grammar in Annex P?

I'm writing a tool to parse Ada source file with the grammar provided in 2005 Annex P. With following piece of code, I know ["03C0"] stands for "greek letter Pi", but is it a legal variable name? ...
3
votes
2answers
72 views

Anyone can give me a summary of “single quote mark” usage in Ada?

I've just read "Ada Programming" but I'm a bit confused about how to use ' (single quote mark) in Ada. I can understand that ' is used for reference attribute. AAA'Image(..), BBB'Value(..) However, ...
3
votes
3answers
76 views

How can I size/match a record component while reading in its data from a Stream in Ada?

Very specific question but we have some good Ada people here so I would like to hear thoughts. I’m reading data from a file used for embedded systems. The data chunks I’m working with always have a ...
3
votes
2answers
118 views

separate procedure in ada

I have a very big project, and I'm trying to start using GPS (Gnat Programming Studio) instead of what I have. The naming conventions of the proj are as following: something.1.ada for a spec ...
3
votes
1answer
74 views

Ada Finalization Adjust procedure - What to put here?

Given the following declarations : type Food_T is abstract tagged null record; type Food_Ptr is access all Food_T'Class; type Wrapper_T is new Ada.Finalization.Controlled with record ...
3
votes
3answers
251 views

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 length of that String. Or else the output file will just contain some scrap values. I ...
3
votes
2answers
179 views

What is the Python counterpart to an Ada record / C++ struct type?

Suppose I am recording data and want to associate some number of data elements, such that each recorded set always has a fixed composition, i.e. no missing fields. Most of my experience as a ...
3
votes
1answer
164 views

How do I perform binary addition on a mod type in Ada?

Very specific issue here…and no this isn’t homework (left that far…far behind). Basically I need to compute a checksum for code being written to an EPROM and I’d like to write this function in an Ada ...
3
votes
3answers
188 views

Ada 95: Modifying output of dictionary program

I've found this dictionary by William Whitaker on the Internet and I like its parsing capabilities. But the output doesn't fit for me. The issue (challenge for me): Given an input form such as ...
3
votes
3answers
267 views

Ada Generic Averaging Function

I have a function which averages a certain numeric value from an array of records. This value is either a natural or an enumerated type delta. I have it summing up the values correctly but my question ...
3
votes
4answers
691 views

Ada String Concatenation

I have a function that returns a string for a particular item, and I need to call that function numerous times and combine those strings into one. The combined string is bounded. I've made sure to ...
3
votes
1answer
188 views

Glade-3 for Ada

I am trying to use Glade 3 for my Ada programs on Windows 7. I found a way with version 3.6 but gtk-builder-convert was not recognized as a script. I have tried Google to find a site that explains how ...

1 2 3 4 5 6