Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
/ truthtable-cpp Public archive

Truth table calculator written in Cpp and STL.

RandomOS/truthtable-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages