Tag - Ada
0
answers
0
votes
What string type do you use in your Ada program?
Ada has several types to manage strings. Each of them have different character width.
///
String
WideString
WideWideString
///
Which of them do you use and why?
...