Hi,
When I am using the VC++ 6.0 debugger to look at certain objects how do i get print outs of the returned values from applying any of the objects member functions to that object. I have tried simply typing in the function call into the watch window, e.g. object->function() , but this doesnt seem to work.
Any help would be appreciated.
Thanks in advance,
John
When I am using the VC++ 6.0 debugger to look at certain objects how do i get print outs of the returned values from applying any of the objects member functions to that object. I have tried simply typing in the function call into the watch window, e.g. object->function() , but this doesnt seem to work.
Any help would be appreciated.
Thanks in advance,
John