Inherited getter , not returning correct value? virtual functionsOh, i think I spotted it. it is probably line 9-10 in NVariableDeclaration.hpp
Inherited getter , not returning correct value? virtual functionsOk Here is the offending code: Ignore the comments and the line numbers.. Node.hpp [CODE] 1 #ifnd...
Inherited getter , not returning correct value? virtual functionsPeter87: I was simplifying the code, the real code is part of a compiler project I'm working on, and...
Inherited getter , not returning correct value? virtual functionsAt the moment I have a situation like this: [CODE] class foo { public: int type; ...
Windows Threading & ExceptionsSIGSEGV is a segmentation fault/invalid memory reference error. Sounds like a problem with your [...