+ 25
Why did vector won't work in codeblocks?
Everytime I run vector , error message will say... "it must be initialized by constructor, not be'{...}' And; could not convert '{1, 2, 3, 4, 5, 6}' from '<brace-enclosed initializer list>' to std::vector<int>" What should I do?
3 Respuestas