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 c03fdd01a7 Added 'const' in declarations 2012-05-01 11:30:29 +04:00
ColoredSquare.c Added 'const' in declarations 2012-05-01 11:30:29 +04:00
ColoredSquare.h Added 'const' in declarations 2012-05-01 11:30:29 +04:00
Figure.h Added 'const' in declarations 2012-05-01 11:30:29 +04:00
Makefile Initial commit 2012-04-30 18:59:30 +04:00
Object.h Added 'const' in declarations 2012-05-01 11:30:29 +04:00
Square.c Added 'const' in declarations 2012-05-01 11:30:29 +04:00
Square.h Added 'const' in declarations 2012-05-01 11:30:29 +04:00
main.c #include directives 2012-05-01 01:36:16 +04:00