CppLogicGateSimulator
README.md

CppLogicGateSimulator

Developement of a logic gate simulator in C++ for object oriented programming

#################### DESCRIPTION #################### This was a university project. The node structure represent the wires of the circuit while the gate are just gates. gateAND, gateOR and gateNOT inherit from gate. The circuit file allow the reading of the input, the creating of the gate bined together, the calculation and the display of the output.

#################### HOW TO RUN #################### Compile all the .h and .cpp files (ex: gcc). If you want to change the inputs, make sure that the name of the input file in the main is the same as your input file .txt and gate file. Also make sure to start the line with the type you want (input, output, gateType) and separate the nodes by a space.