Hello I get this error when I try to RUN Lazy foo's 32nd SDL2 tutorial code.
This is the code snippet
//lop off character
inputText.pop_back();
renderText = true;
Here is the declaration
//The current input text.
std::string inputText = "Some Text";
I'm using the most recent version of code::blocks 13.12. The function pop_back is highlighted in green as well. What is the issue? I have not modified his code in any way. You would think it would work out of the box since he recommended code::blocks