Object Oriented Programming in ANSI C. Basic example showing how OOP can be realized on ANSI C for Figure class.
Go to file
Kolan Sh 34484b9910 Avoid of incompatible types in static vtables. 2012-05-01 01:21:02 +04:00
ColoredSquare.c Avoid of incompatible types in static vtables. 2012-05-01 01:21:02 +04:00
ColoredSquare.h Correct types instead of void * 2012-05-01 00:55:56 +04:00
Figure.h Correct types instead of void * 2012-05-01 00:55:56 +04:00
Makefile Initial commit 2012-04-30 18:59:30 +04:00
Object.h Initial commit 2012-04-30 18:59:30 +04:00
Square.c Avoid of incompatible types in static vtables. 2012-05-01 01:21:02 +04:00
Square.h Correct types instead of void * 2012-05-01 00:55:56 +04:00
main.c Correct types instead of void * 2012-05-01 00:55:56 +04:00