difference between list::insert() and list::splice()This might be a stupid question. But is there any difference between [code]list::insert()[/code] and...
vector In Stroustrup's C++ book, there is something like: [code]vector<double>* p = new vector<double>...
This user does not accept Private Messages