Tagged Questions
1
vote
1answer
113 views
Ada: Accessing individual elements of a generic list
I've programmed a stack of generic numbers in Ada using a 'Indefinite_Doubly_Linked_Lists' list.
Pop & push operations are implemented with append and delete_last but for a sorting method I would ...
1
vote
3answers
213 views
Ada, how to package the Ada code to an independent exe file?
I am use GNAT Programming Studio 2011.
I want to know how package the code to an exe file.
Such as package and release my code to a exe file and could running in other computer which is not install ...