CSFML info?

Started by
1 comment, last by EmrldDrgn 14 years, 7 months ago
I would like to use the C version of SFML, but I can't seem to figure out how it works. I've always thought of SFML as being fairly intrinsically object-oriented... Anyway, I've googled around quite a bit, and I can't seem to find any resources on using such. Can anyone point me in the right direction, or give me some pointers personally?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~I program in C++, on MSVC++ '05 Express, and on Windows. Most of my programs are also for windows.
Advertisement
It is exactly the same as the C++ version, except that a call to Class::Func() will be Class_Func(). So you can refer to the C++ tutorials to learn CSFML.
Sweet! Thank you very much :D
~~~~~~~~~~~~~~~~~~~~~~~~~~~~I program in C++, on MSVC++ '05 Express, and on Windows. Most of my programs are also for windows.

This topic is closed to new replies.

Advertisement