Hi. Can someone shed a a bit og light on the differences between the following Qt Code: Switch view QVector <int*> *rect; QVector <int*> *rect; To copy to clipboard, switch view to plain text mode Qt Code: Switch view QVector <int> *rect; QVector <int> *rect; To copy to clipboard, switch view to plain text mode Qt Code: Switch view QVector <int*> rect; QVector <int*> rect; To copy to clipboard, switch view to plain text mode Qt Code: Switch view QVector <int> rect; QVector <int> rect; To copy to clipboard, switch view to plain text mode
QVector <int*> *rect;
QVector <int> *rect;
QVector <int*> rect;
QVector <int> rect;
Forum Rules
Bookmarks