User profile: cire

User info
User name:cire
History
Joined:
Number of posts:2347
Latest posts:

OpenGl Preserve States (SFML)
Are you looking at 2.0 code while you're using 1.6 perhaps?

I need a code review for LZW archiver
I made a couple changes to make it compile on VC++ (mostly changing {} notations to emplace/emplace_...

std::string vs std::vector
http://c2.com/cgi/wiki?PrincipleOfLeastAstonishment If it's a string, I should be able to treat it ...

how to recognize two words entered by the user for a string
[code]#include <iostream> #include <vector> #include <string> int main() { const unsigned nItem...

Debugging question
The error is a logic error in your code, not that of std::vector.