Skip to content

An ugly example of what can loosely be called object oriented programming in C. I'm a junior dev so don't roast me XD. Purpose of the code is to shorten file I/O process in C, taking an object oriented approach. A struct object is created, a file pointer is also created. Pointer to struct is passed to open function, which also takes file path an…

nxtexe/OOCD.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

About

An ugly example of what can loosely be called object oriented programming in C. I'm a junior dev so don't roast me XD. Purpose of the code is to shorten file I/O process in C, taking an object oriented approach. A struct object is created, a file pointer is also created. Pointer to struct is passed to open function, which also takes file path an…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages