ada
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.[详细]
2023-04-08 09:52 分类:问答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 in2005 Annex P. With following piece of code, I know [\"03C0\"] stands for \"greek letter Pi\", but is it a legal variable name[详细]
2023-04-07 23:50 分类:问答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 pr[详细]
2023-04-07 12:05 分类:问答Ada GPS IDE can't seem to find GtkAda
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,[详细]
2023-04-05 12:55 分类:问答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开发者_如何学JAVA running in other computer which[详细]
2023-04-03 06:19 分类:问答Ada Enumerated Type Range
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.[详细]
2023-04-03 02:15 分类:问答How to Run Ada Code in GPS
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[详细]
2023-04-02 19:21 分类:问答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;[详细]
2023-03-29 02:58 分类:问答Ada IO Multiplexing on Linux
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[详细]
2023-03-26 19:13 分类:问答How to bind to OpenCV for GNAT?
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),[详细]
2023-03-25 04:19 分类:问答