SFML Collision QuestionThe actual collision detection happens on line 91. That's where you know it's a collision or not. Th...
Comparing unique_ptrsIt would return true if you compared the unique_ptr object with itself.
Function OverloadingThe comma operator is a binary operator that first evaluates the first operand and discards the resu...
measure execution time - always zero[quote]I used to think that no optimization was the default behaviour...[/quote] I'm pretty sure it ...
cannot convert ‘std::__cxx11::basic_string<char>’ to ‘const char*’ for argument ‘2’ to ‘PGresult* I cannot avoid feeling a bit uneasy when I see strings being inserted directly inside a SQL query l...