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
- Host: GitHub
- URL: https://github.com/fa7ad/uni-c-projects
- Owner: fa7ad
- License: bsd-3-clause
- Created: 2017-10-04T12:50:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T02:04:02.000Z (over 7 years ago)
- Last Synced: 2025-03-29T05:41:33.737Z (3 months ago)
- Topics: basics, c, gcc, makefile
- Language: C++
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `