SFML for beginners

So I finally got SFML installed and working in Visual C++, but I'm still a bit new to C++ in general and all the functions that SFML offers are a bit daunting. Does anyone have a quick-list of the available functions and how to use them?

If not then how about a couple of short codes that could show me what to do with the more basic parts of SFML.

Thank you.
You should check out the examples that came with SFML!
Try these out. It's how I learned the library:
http://sfml-dev.org/tutorials/1.6/

Otherwise, here's a list of all available classes:
http://sfml-dev.org/documentation/1.6/annotated.php

The classes have their own lists of functions, lick sf::window for example:
http://sfml-dev.org/documentation/1.6/classsf_1_1Window.php
Topic archived. No new replies allowed.