Posts by Bruna Castro • 11 points
2 posts
-
0
votes1
answer222
viewsQ: Print array of names in C++
I’m having trouble printing an array that has as elements a char 'Name' saved. When I print these elements, only the last letter of the char leaves, in this case, the letter 'and', and not the whole…
-
0
votes2
answers129
viewsQ: Matrix with C++ Strings
I would like to create a C++ Mxn array for storing strings, like the matrix below: [['3325309756482910474', 'CARRO', '2506794813021649539', '618.57'], ['3325309756485249504', 'MOTO',…