I am very new to the C++ language (1 month learning).
My problem is that I can't get SFML to work at all. I have C::B installed with MinGW and I downloaded the SFML SDK and I followed the tutorial listed on the site. But when I want to compile the program it asks for sfml-system.dll, so I copied all of the .dlls from SFML to "System" folder in my Windows installation, but now it is asking for libgcc_s_dw2-1.dll.
Help?