Hello ! > In any good practice main should always return an int, but the > arguments are optional so int main(void) is still valid. It is, but when using SDL you should use the int main(int argc, char *argv []) way, as SDL needs it. CU