S
shapper
Hello,
I have a class with a function which returns a string.
However, at the same time I might need to return an error code
(integer).
I need to access this code after calling the function.
How can I do this? Maybe using exception some how?
Thanks,
Miguel
I have a class with a function which returns a string.
However, at the same time I might need to return an error code
(integer).
I need to access this code after calling the function.
How can I do this? Maybe using exception some how?
Thanks,
Miguel