On line 24 you've missed out the parentheses. It should look like this: SDL_Quit();
Otherwise it compiles fine and does exactly what I'd expect it to - opens a blank window and exits when you click on the window's close button.
What was the problem exactly?
"Unhandled exception at 0x6812a1c2 in blbalbalb.exe: 0xC0000005: Access violation reading location 0xcccccccf"
it does not stand in the compiler error window, but pops up in a box. then i get to choose 1 out of two options (break or continue) if i hit break the program does not start running. if i hit continue the box closes, only to get reopened.