Hi to all,

first let me say i'm sorry if this has been asked in the forum already, i did some searches but i haven't found any real results.

My question is if it's good practice in C++ to use the STL classes instead of other methods, like is it better to use a std::vector<int> or a simple int[] for arrays?

thanks for the help in advance. and once again sorry if this has been asked before