I'm revamping the virtual targets dialog similar to what I did for the re-order one. In fact I added a re-order button on the virtual targets dialog, but I'm at the point where I need to apply the changes to the project. I come to the conclusion that the fastest way to do this is to store all the virtual targets and their data into a multidimensional array, then wipe all the data, and re-create it in the right order.
So to create that multidimensional array I'm either going to have to use wxObjArray or the standard library. I was wondering what the codeblocks team preference is on the matter.