User profile: Jimmy Rose

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

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...

Understanding Iterator Question
Cool But could you explain [code][f1:e1)[/code] and [code][f2:f2+(el-fl))[/code]. How does that expl...