Is it possible to make File I/O with the classes, like for example the Window class could have like an exportSettings function or something that writes to a file that has it's current settings in plain text. Like for example:
Screen_Height= 640
Screen_Width= 480
Bits_Per_Pixel= 32
Window_Title= Window
etc...
Is there anything already implemented like that? Or will I have to write it manually as global functions or something?