User profile: MaxT

User info
User name:MaxT
History
Joined:
Number of posts:30
Latest posts:

Inherited getter , not returning correct value? virtual functions
Oh, i think I spotted it. it is probably line 9-10 in NVariableDeclaration.hpp

Inherited getter , not returning correct value? virtual functions
Ok Here is the offending code: Ignore the comments and the line numbers.. Node.hpp [CODE] 1 #ifnd...

Inherited getter , not returning correct value? virtual functions
Peter87: 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 functions
At the moment I have a situation like this: [CODE] class foo { public: int type; ...

Windows Threading & Exceptions
SIGSEGV is a segmentation fault/invalid memory reference error. Sounds like a problem with your [...