Where can I get help for my doubts on SDL

Hi All,

I am new to SDL . I wanted to know and study more about SDL.
What is the best way for that ?
Please guide me .
Also please let me know some useful forum for SDL where people interact
their issues with discussions.–
Thanks’n Regards,
Renjith.

Quoting renjith kumar :

Hi All,

I am new to SDL . I wanted to know and study more about SDL.
What is the best way for that ?

there is the dox wiki which is quite good, a few SDL tutorials around
the place,
and i have written a couple of very basic SDL things, one a demo for my friend
called nodchod, which is as basic as an SDL app can be ( or one that does
something anyway ) and crazeeman, another single file SDL app that has simple
stuff in it.

google is your friend

Please guide me .
Also please let me know some useful forum for SDL where people interact
their issues with discussions.

here! you will find this list a very freindly place where people are happy to
help out people starting out with SDL, as long as you have at least read a
little documentation :wink:

Hi All,

I am new to SDL . I wanted to know and study more about SDL.
What is the best way for that ?

For me the best way was to just use SDL while reading the documentation and
snippets of code from others. Start out small, use a single surface, then
use two and see if you can blend them etc.

The best way to learn something is by doing (or using) it.

Cheers,
Peter