Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.