An open API service indexing awesome lists of open source software.

https://github.com/fa7ad/uni-c-projects

C/C++ projects for university. Mostly problems from ANSI C by E Balagurusamy
https://github.com/fa7ad/uni-c-projects

basics c gcc makefile

Last synced: 2 months ago
JSON representation

C/C++ projects for university. Mostly problems from ANSI C by E Balagurusamy

Awesome Lists containing this project

README

        

# uni-c-projects
C/C++ projects for PROGRAMMING LANGUAGE 1 course at [my university](http://www.aiub.edu/).
Mostly its solutions to problems from ANSI C by E Balagurusamy.

### Some things I do differently:
* I use GNU make (and Makefiles) for compilation _(even though its totally redundant at this scale)_
* I include C++ version of C headers, this is mostly to stay in line with the G++ compiler (instead of GCC)
> Example:
> I use `#include ` instead of `#include `