error: cannot convert ‘int*’ to ‘std::vector<int, std::allocator<int> >*’ in initializationFor anyone still wondering I found the error to be the fact that I declared my pointer as a new T, i...
error: cannot convert ‘int*’ to ‘std::vector<int, std::allocator<int> >*’ in initializationYou are right, I forgot about that, I've changed my function to look like this: [code] void _to...
error: cannot convert ‘int*’ to ‘std::vector<int, std::allocator<int> >*’ in initializationI wrote a function to read all the elements in order from a binary search tree and then put them ins...
This user does not accept Private Messages