Skip Navigation

Coding Ada: strings (iv) – unbounded to string

craftofcoding.wordpress.com Coding Ada: strings (iv) – unbounded to string

As mentioned before, strings in Ada can be tricky. Normal strings are fixed in length, and Ada is very stringent about this. Consider a piece of code like this: with ada.Text_IO; use Ada.Text_IO; w…

Coding Ada: strings (iv) – unbounded to string
0
0 comments