Hi all:
I have a piece of code similar to this:
bool MyClass::myMeth od() {
... (there is no return)
}
I have a random behaviour. It depends on if I'm debuging the code or
not. When I'm debuging it returns false, but in normal execution it
returns true.
I have no error/warnings when compile it. ¿Is it the right behaviour?
Thanks in advance
I have a piece of code similar to this:
bool MyClass::myMeth od() {
... (there is no return)
}
I have a random behaviour. It depends on if I'm debuging the code or
not. When I'm debuging it returns false, but in normal execution it
returns true.
I have no error/warnings when compile it. ¿Is it the right behaviour?
Thanks in advance
Comment