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 9821908cb0 Add parameters to constructors. 2012-04-30 23:50:36 +04:00
ColoredSquare.c Add parameters to constructors. 2012-04-30 23:50:36 +04:00
ColoredSquare.h Add parameters to constructors. 2012-04-30 23:50:36 +04:00
Figure.h Initial commit 2012-04-30 18:59:30 +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 Add parameters to constructors. 2012-04-30 23:50:36 +04:00
Square.h Add parameters to constructors. 2012-04-30 23:50:36 +04:00
main.c Add parameters to constructors. 2012-04-30 23:50:36 +04:00