/truthtable-cpp

Truth table calculator written in Cpp and STL.

Primary LanguageC++

Usage

./truth_table

Description

Truth table calculator written in Cpp and STL

  • !: not
  • &: conjunction
  • |: disjunction
  • >: implication
  • #: equivalence
  • A-Z: element

Compile

g++ truth_table.c -lm -o truth_table