image/svg+xml

Circuit Printer

Program to convert circuit description file into PostScript file.

Objectives

Approach Taken

  1. Read string logic statements into a data structure.
  2. Used logic rules (read from a file) to apply transformations to the data structure.
  3. Traversed the data structure and outputted to PostScript file.

Learning Outcomes

  1. Understood how to write and compile code in the C language - including the use of header files (“*.h”).
  2. Learnt how to use a ‘makefile’ to simplify compiling code in C.
  3. Gained experience in writing basic data structures in C.
  4. Identified some of the benefits of separating out code into separate files.

About Course - COMS11401