User profile: Jimmy Rose

User info
User name:Jimmy Rose
History
Joined:
Number of posts:18
Latest posts:

Move Semantics & Temporary Objects with Rvalue References
I just started reading The C++ Standard Library. It introduces move semantics and instructs you to g...

Qt Installation
Hello, 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 editor
This 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 editor
Hello, I'm building a find and replace function for my text editor and I need a little help. I'm...

Understanding Iterator Question
Thank you very much I believe I understand it. So [code][f1:e1)[/code] means: f1 to e1 including f1...