|
-
September 1st, 2009, 04:33 PM
#1
Pointer Problem
I want to check if ExpressionPointer1 point at something. But it dosent work I have tried everything I can think about. This is how it looks like:
if(*binarys[*binaryid].ExpressionPointer1 == NULL){
... code ...
}
this is how it looks like in the header:
class Binary : public Expression{
public:
string s_operator;
Expression *ExpressionPointer1;
Expression *ExpressionPointer2;
};
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|