News

Hi, I have two classes ... to one object and another thing to the other object. The reason I asked here was to try and get the 'smart' way to do it. Java has an instanceof() but C++ apparently ...
Sometimes the default view of objects in the debugger isn't enough ... For a simple example, for our SimpleParam structure shown here: class SimpleParam { public: SimpleParam(const string& str, int ...