How to concatenate two class arrays to an allocated space in c++ -


i have 2 class arrays, each 1 pointer pointed to. wonder possible concatenate these 2 arrays new allocated space. in mind std::copy(). possible use copy()? or other idea?

just create new array , iteratively copy each old array new array using loops


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -