[SDL] SDL_Flip and SDL_Delay freaking me out

Brian brian.ripoff at gmail.com
Thu Nov 22 14:44:45 PST 2007


Have you considered a 'safer' programming language? Python is a
language with bindings to SDL through the pygame library. If you
accidentally go out of bounds on an array the interpreter will tell
you. C and C++ are very unforgiving languages.

> i'm guessing its an array overflow or something, seems to be my favorite hoppy
> overloading arrays, i've been programming C for i dont know how many years and
> i only just figured out a define of 5 means only 0-4 ;)
>
> also there is alot of piinters being thrown around so it could be one
> of them, i
> still dont know what defintley causes a memory leak and what definatley plugs
> it..
> i guess when i'm old and grey i might actually know what the fonze is going on
> with C makefiles and SDL, and i can write a book for the rest of us.


More information about the SDL mailing list