https://github.com/ryanashcraft/classified-c
A toy project that attempts to twist C into a classical object-oriented language with Objective-C style message passing.
https://github.com/ryanashcraft/classified-c
Last synced: about 1 year ago
JSON representation
A toy project that attempts to twist C into a classical object-oriented language with Objective-C style message passing.
- Host: GitHub
- URL: https://github.com/ryanashcraft/classified-c
- Owner: ryanashcraft
- Created: 2012-04-11T18:43:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-29T02:44:25.000Z (almost 14 years ago)
- Last Synced: 2025-07-05T06:37:05.146Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 480 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classified-C
A tiny, portable message passing framework in C. Useful for building classes with inheritance and making dynamically binded method calls.