Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Turtle Simulator 3000

A C11 project for COMP211 System Programming Fundamentals. It implements a generic dynamically growable vector (Vec) and a string abstraction (Str) built on top of it.

Build and run

From the project directory:

cd lab-3-turtleSimulator3000
make
make run

The program reads lines from standard input and prints the accumulated string after each line. Press Ctrl-D to finish input.

Tests and checks

make test       # Unit and integration tests
make lint       # Static analysis with Splint
make clean      # Remove build artifacts

Source files are in src/, public headers are in include/, and tests are in test/unit/.

About

Implements vector struct in c

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages