oop - Can you write object oriented code in C? - Stack Overflow
Can you write object oriented code in C? Especially with regard to polymorphism. See also: http://stackoverflow.com/questions/415452/object-orientation-in-c ... Namespaces are often done by doing: stack_push(thing *) instead of stack::push(thing *) To mak...