idenning2003 / cbase

Library of C data structures and tests
https://idenning2003.github.io/cbase/
GNU General Public License v3.0
2 stars 0 forks source link

Implement Class #4

Closed idenning2003 closed 3 months ago

idenning2003 commented 3 months ago

Class should be a private constant struct with these function pointers:

For every instance of classes such as Integer, List, Tree, etc. all functions will have to be tied into an instance of class_t.