Move Semantics & Temporary Objects with Rvalue ReferencesI just started reading The C++ Standard Library. It introduces move semantics and instructs you to g...
Qt InstallationHello, I've downloaded Qt from their website. I downloaded: Qt libraries 4.8.4 for Windows (VS 200...
Building a Find and Replace function for text editorThis is what I came up with just need to know how to delete characters from a vector<char>. I'm redo...
Building a Find and Replace function for text editorHello, I'm building a find and replace function for my text editor and I need a little help. I'm...
Understanding Iterator QuestionThank you very much I believe I understand it. So [code][f1:e1)[/code] means: f1 to e1 including f1...