ObjFW's little brother: "Object-oriented" programming in plain C.
Find a file
2012-04-25 11:30:27 +02:00
m4 Add a buildsys. 2012-04-08 19:50:33 +02:00
src cfw_string_len() -> cfw_string_length(). 2012-04-25 11:30:27 +02:00
tests Rename cfw_new_p to cfw_create. 2012-04-22 17:30:25 +02:00
.gitignore Add .gitignore. 2012-04-08 20:12:19 +02:00
autogen.sh Add a buildsys. 2012-04-08 19:50:33 +02:00
buildsys.mk.in Add a buildsys. 2012-04-08 19:50:33 +02:00
config.guess Add a buildsys. 2012-04-08 19:50:33 +02:00
config.sub Add a buildsys. 2012-04-08 19:50:33 +02:00
configure.ac Add -std=c99 -pedantic when using GCC. 2012-04-25 11:30:27 +02:00
install-sh Add a buildsys. 2012-04-08 19:50:33 +02:00
Makefile Add a buildsys. 2012-04-08 19:50:33 +02:00
README.md Add README.md. 2012-04-08 22:37:39 +02:00

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.