ada - print an integer in ada83(Only) Not Ada95 -
I am trying to print an integer in Ada83. All web sites have information about printing of ADA 955, that is, Integer_Text_IO.Put (C); But it has not been compiled in Ada83. How do I print an integer in Ada83? (Its a course requirement)?
In Aida 83, the generic package (You can also use ( I am not going to show the code because you say this is a school assignment.) integer_short_io
integer_IO is an acceleration, Made available in the standard library at Eda 95.
Integer_IO is present; You have to instantiate it yourself.
Integer'Image , but it adds a disturbing prominent place for non-negative values.)
Comments
Post a Comment