User profile: FeZedra

User info
User name:FeZedra
History
Joined:
Number of posts:52
Latest posts:

converting string to upper case
#include <algorithm> Also, remove that include duplicate, you included string twice, it's a bad prog...

converting string to upper case
you could use a std::string instead of a char and then: [code]std::transform(s.begin(), s.end(), s.b...

OpenGL-GLFW Render window not created
My search was "glfwOpenWindow" and it was the 3rd link, sorry.

C++0x/11 discussion thread
@The java thing, I've never used java before, but I heard it doesn't even have real lambdas yet...

OpenGL-GLFW Render window not created
you're welcome, it was the first link on google tho ^^