Consider such code:What will happen if realloc() moves the data?Qt Code:
QVector<int> v; ... v.append( v[0] );To copy to clipboard, switch view to plain text mode
Consider such code:What will happen if realloc() moves the data?Qt Code:
QVector<int> v; ... v.append( v[0] );To copy to clipboard, switch view to plain text mode
Bookmarks