Is it correct to declear a vector like below? In document, it says ok, but when compiling it, it gives error. If I remove (200), then compiling ok.
QVector<QString> vector(200);
Is it correct to declear a vector like below? In document, it says ok, but when compiling it, it gives error. If I remove (200), then compiling ok.
QVector<QString> vector(200);
Bookmarks