RandomOS / truthtable-cpp

Truth table calculator written in Cpp and STL.

Repository from Github https://github.comRandomOS/truthtable-cppRepository from Github https://github.comRandomOS/truthtable-cpp

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

About

Truth table calculator written in Cpp and STL.


Languages

Language:C++ 100.0%