Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
This question is a follow-up of the post at Ada file operation: instantiation and exception about writing to files in Ada.
I\'m learning Ada and I need some clarifications on file operations. I have just one type: float and I have to create 2 files that will store float values (with append operation). So I\'m instantiatin
it would be interesting to be able to plot a 2D graph within an Ada code rather than having to save values say to file and use an external drawing software afterwards. A search on the web has taken me
I\'m in search for a free package that do most matrix/vector operations. I can write some basic functions myself but for advanced ones like computing eigenvalues and eigenvectors I would prefer robust
I\'m reading Norman Cohen\'s Ada 95 book and on page 129 we have the constant declarations: Pi: constant Float := 3.1415926536
Being new to Ada, I\'m exploring its syntax and rules and I would like to draw attention on the code given next. Here I\'m trying to set a variable Actual_Stiffness to hold a constant value. Its value
I have two ada files shown below A1.ada procedure KOR616 is I : Integer := 3; procedure Lowest_Level( Int : in out Integer );
Can anyone please t开发者_StackOverflow中文版ell me the usage of Insert in Ada language.I had tried the net but i couldn\'t just figure out.It would bea great help if anyone could provide me with exam
Possible duplicate: How to convert a Ada.Real_TIme.Time to a string? How can I convert a Time type obtained with a Ada.Real_Time.Clock to a 开发者_如何学CString type in Ada ?dude use the To_Duration