Posts by 25052020 • 11 points
2 posts
-
0
votes3
answers8393
viewsA: Zeroing position of a vector to ensure there is no dirt
Just clarifying that arrays are different from Vectors! In C++, the easiest way to correctly reset a vector is using your own method: You need the Header: #include <vector> A vector of int…
-
0
votes1
answer69
viewsQ: How to make strftime accept a Std::string?
I put together a small example of how I tried to do it, but the string is empty, not receiving the value. IMPORTANT I want to change only the strftime(). I tried to use, unsuccessfully…