T
thomas
for c++ stl, is there any container or algorithm that can help
calculate result of a bool expression?
e.g.
input: 1&&~0&&0||1
output: 1
calculate result of a bool expression?
e.g.
input: 1&&~0&&0||1
output: 1