SFML errorbump
SFML errorAlso, My code: [code] #include <SFML/Graphics.hpp> int main() { sf::RenderWindow window(s...
SFML errorI have code blocks and MinGW. I downloaded SFML, installed everything properly following the tutoria...
Using sizeof() within a functioninstead of [code]size = sizeof (n);[/code] try, just try [code]size=n.size();[/code]
Using sizeof() within a functiontry [code]n.size(); [/code]with strings
This user does not accept Private Messages