User profile: uzferry

User info
User name:uzferry
Bio:Beginner.
History
Joined:
Number of posts:61
Latest posts:

SFML error
bump

SFML error
Also, My code: [code] #include <SFML/Graphics.hpp> int main() { sf::RenderWindow window(s...

SFML error
I have code blocks and MinGW. I downloaded SFML, installed everything properly following the tutoria...

Using sizeof() within a function
instead of [code]size = sizeof (n);[/code] try, just try [code]size=n.size();[/code]

Using sizeof() within a function
try [code]n.size(); [/code]with strings

This user does not accept Private Messages

User: uzferry

  • Public profile