Hi,
can anybody tell me what the symbols next to the variables mean when using the debugger?
Thanks a lot!
Hi,
can anybody tell me what the symbols next to the variables mean when using the debugger?
Thanks a lot!
Hi buc,
Can we have your code and a pic of the symbol please?
Thanks
Do you mean these symbols?
I believe it just specifies the type of the object, such as I for integer, ’ for char, t f (true; false) for boolean, f is float etc.