Skip to content

[Official Mirror] ObjFW's little brother: "Object oriented" programming in plain C

Notifications You must be signed in to change notification settings

darkoverlordofdata/corefw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is CoreFW?

CoreFW is ObjFW's little brother. It aims to provide "object oriented" programming for plain C and offers basic classes like arrays, strings and dictionaries.

based on midars original code -

  • repackaged with CMake for robust build
  • rename CFW -> CF
  • snake_case -> PascalCase
  • rename files to avoid name collision with std, eg, string.h
  • added method toString
  • added function CFLog
  • added class CFBitVector
  • added class CFBag

suitable for embedded

testing on wasm, arm, amd64

install

sudo cmake --install build --prefix "/usr/local"

test

includes example of polymorphism based on https://github.com/QuantumLeaps/OOP-in-C

About

[Official Mirror] ObjFW's little brother: "Object oriented" programming in plain C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • CMake 1.4%