In other words,
I want to have something like:
SFML * app;
app = new SFML(1024,768,32,fullscreen);
The value in this is I can build everything else into the class and only use the main code to do my calls. I am beginning to realize how simple SFML is and wondering this may make it somewhat more complicated but anyway..
app->loadsprites(char *spritedat, IMG *img, int xwid, int yhgt, int count);