Object Oriented Programming in ANSI C. Basic example showing how OOP can be realized on ANSI C for Figure class.
 
 
 
Přejít na soubor
Kolan Sh b2b873acc8 Area formula changed 2012-05-03 16:04:04 +04:00
Figure.c All units are complete and warnings removed. 2012-05-03 01:04:27 +04:00
Figure.h Object interface added. 2012-05-03 16:03:48 +04:00
Makefile All units are complete and warnings removed. 2012-05-03 01:04:27 +04:00
Object.h Object interface added. 2012-05-03 16:03:48 +04:00
Polygon.c Area formula changed 2012-05-03 16:04:04 +04:00
Polygon.h All units are complete and warnings removed. 2012-05-03 01:04:27 +04:00
Rhomb.c Yes! This is very nice API! 2012-05-03 01:36:00 +04:00
Rhomb.h All units are complete and warnings removed. 2012-05-03 01:04:27 +04:00
main.c Yes! This is very nice API! 2012-05-03 01:36:00 +04:00