I've tried adding sync() to my C++ program, after writing to a high score file. Dev-C++ reports that the "sync" function is undeclared... what should I include to enable this to work?
Thanks for any help!
EDIT: I've tried using #include <unistd.h> but to no avail...
EDIT: <thanks mod>
Thanks for any help!
EDIT: I've tried using #include <unistd.h> but to no avail...
EDIT: <thanks mod>