Posts by Philipe Fernandino • 11 points
1 post
-
1
votes1
answer70
viewsQ: Does the char vector have a minimum size?
I’m doing a huge job and he’s given a bug very strange when allocating vectors of char with specific sizes. After a lot of headache I decided to do a small test. #include <iostream> using…