User: JohnDev

  • Public profile

User profile: JohnDev

User info
User name:JohnDev
History
Joined:
Number of posts:5
Latest posts:

Object leaving scope causes program crash
Thanks for all the ideas. I was able to track down an object file in one of the libraries being used...

Object leaving scope causes program crash
I think you are not understanding the code. It is not a function declaration. There is a Foo constru...

Object leaving scope causes program crash
That is a creation of a Foo object on the stack, this way the destructor is called automatically at ...

Object leaving scope causes program crash
The "Foo temp(int, ....);" was just an example of what the constructor looks like for a Foo object. ...

Object leaving scope causes program crash
I am working on a proprietary iOS app written mainly in c++. There is an object Foo that causes the ...

This user does not accept Private Messages