vector push_back? append?

Phiru (84)
I want to know the differences between push_back and append func.

I usually use push_back function to add some elements to vector.

and while I am googling i saw the usage of vector "vList.append(sth)".

Let me know the differences!

Thanks. :)
Cubbi (1569)
there is no vector::append. Perhaps you saw code that used strings ?
Registered users can post here. Sign in or register to post.