Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 477 Bytes

File metadata and controls

9 lines (6 loc) · 477 Bytes

SoftwareProjectLab1

This repository contains codes and details about my projects under SPL-1

#Project description: I intend to create a program that receives boolean expressions as input and simplifies them (if necessary) and provides truth tables along with logic diagrams as output.

#work done so far: 1. Looked into using graphics.h header for visual graphics 2. Initialized graphics.h header for use in Visual Studio code along with C++