Function works when passed string literal, but not a variableThanks Peter87, I changed the [code]const char*[/code]s to [code]std::string[/code]s, and it worked....
Function works when passed string literal, but not a variableI'm making a .json loader for a project that I'm working on, and to simplify things, I decided to ma...
SDL + PDCurses will not workDespite the PDCurses library claiming it is compatible with SDL, I have noticed something of a lack ...
Ideas For My ProjectI'm going on the assumption that you are still relatively new to the language, so I would suggest so...
OpenGL - XY Coordinate RenderingI've recently been trying to learn OpenGL (the 2d elements of it) for use in games. I know about the...