Tiny Bitmap Parser
This repository was created in C programming workshop of Introduction to Programming Course Fall 2015.
Bitmap is a simple image format and we use it in order to demostrate working with files and structs in C.
I want to thank every single person who contributed to that awesome workshop which created the basis for this project:
This is a cmake-based project so you can build and run it as follow:
cmake --build .
./bin/TBMap.out
We had sent the following invitation on Fall 2015 to all C course students.
The invitation date was wrong and it should be 24 Dev 2015 not 2014.