NO

Author Topic: How to create a rectangle using SDL in pelles C  (Read 4752 times)

potchi

  • Guest
How to create a rectangle using SDL in pelles C
« on: June 30, 2011, 03:20:15 PM »
Hi!

How to create a rectangle using SDL in pelles C?

I already installed SDL in pelles C and tried some sample codes in the net and it work.

Now, I would like to create a rectangle and inside the rectangle is a line so that
it divides the rectangle.

Im immitating a memory (RAM) image.

Thanks!