Tag - Ada
1
answers
1
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?
...