I\'ve recently decided to try working with SDL with CodeBlocks 10.05. I started with the tutorial on http://www.sdltutorials.com/sdl-tutorial-basics and did my best to follo
put these arguments to the main function. I had this problem too, and I fixed it few seconds ago.
int main(int argv, char** args) { }