Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elzoughby/oop-c
Demo implementation of OOP in C
https://github.com/elzoughby/oop-c
Last synced: 6 days ago
JSON representation
Demo implementation of OOP in C
- Host: GitHub
- URL: https://github.com/elzoughby/oop-c
- Owner: elzoughby
- License: mit
- Created: 2024-03-31T19:40:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:44:26.000Z (8 months ago)
- Last Synced: 2024-10-12T20:03:45.655Z (about 1 month ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OOP in C
A demo to show how Object-Oriented Programming (OOP) can be implemented in C programming language.
## Build instructions
To compile and run the demo, just execute:
```bash
$ make
$ ./build/run
```## License
This repository is distributed under the terms of the MIT license. See [LICENSE](./LICENSE) for details. Opening a pull requests is assumed to signal agreement with these licensing terms.