Wednesday, 21 August 2013

Range of QVector

Range of QVector

I am wondering how can I find the range between two elements in QVector
using c++. When using C# it's easier, and looks like following:
QVector aaa;
aaa.getRange(item1, item2);

No comments:

Post a Comment