Arkaniol@programming.devtoC++@programming.dev•Why does the compiler complain about a missing constructor when I'm just resizing my std::vector to a smaller size?
1·
1 year agoThank you. But why not just init the vector std::vector vect(56) And then resize 🧐
This guy use windev