I\'ve just read \"Ada Programming\" but I\'m a bit confused about how to use \' (single quote mark) in Ada.
I\'m writing a tool to parse Ada source file with the grammar provided in2005 Annex P. With following piece of code, I know [\"03C0\"] stands for \"greek letter Pi\", but is it a legal variable name
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 pr
I have in开发者_StackOverflowstalled both the GNAT Programming Studio (GPS) and GtkAda. They both seem to work fine, but when I try to build the Simple Window project under New Project from Template,
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开发者_如何学JAVA running in other computer which
As I understand it, Ada uses 0 based indexes on its enumerated types.. So in Status_Type below, the ordinal value goes from 0 to 5.
In GNAT Programming Studio, how do you run the program? I开发者_运维技巧 see it compiled successfully, but I do not see where my program has started running. I would like to test it.First, you have to
Given the following declarations : type Food_T is abstract tagged null record; type Food_Ptr is access all Food_T\'Class;
I\'m trying to learn Ada on Linux by porting simple C++ tools to Ada. Right now I\' trying to write a simple serial communicaton program that sends modem commands and waits for a signalled filedescri
Can anybody tell me how to find or create a binding to OpenCV 开发者_StackOverflow社区for GNAT? I want to use Ada2005 to implement some program with OpenCV (1.0 or 2.X),