Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 594 Bytes

File metadata and controls

29 lines (18 loc) · 594 Bytes

LOGIC GATE CIRCUIT SIMULATION

About

This repo is my attempt to solve assignment I got from one of my friends. Originally it comes from one of Polish universities.

I don't put here instructions of the assignment, because I dunno yet if is it legal or not. However I think nobody should have any problems that I publish my solution. :P

In future I plan to try to solve it in pure C as a challenge.


Commands I currently use

For C++

Compiling

g++ src/cpp/circuit_simulation.cpp -o out/cpp/simulation

Running compiled program

./out/cpp/simulation