Eval Logical Expression
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need to evaluate some logic expression at runtime in C++. Stuff like "(a OR b) AND (NOT c OR d)" ( a,b,c,d is logical values of TRUE or FALSE. ( 0 or 1) ) I search google for hours and found a lot. But nothing really useful. Anybody got any classes , code samples , links or anything that can help me out ? / Mathias S.