by Anonymous » 01 Jul 2025, 11:57
Ich habe zwei Ausdrücke vom Typ Ausdruck und
ich möchte das oder, oder nicht von diesen und einen neuen Ausdruck desselben Typs erhalten.
Code: Select all
Expression expr1;
Expression expr2;
...
//how to do this (the code below will obviously not work)
Expression andExpression = expr AND expr2
Ich habe zwei Ausdrücke vom Typ Ausdruck und [url=viewtopic.php?t=14917]ich möchte[/url] das oder, oder nicht von diesen und einen neuen Ausdruck desselben Typs erhalten.
[code]Expression expr1;
Expression expr2;
...
//how to do this (the code below will obviously not work)
Expression andExpression = expr AND expr2
[/code]