Posts by Vitor Lima • 25 points
3 posts
-
2
votes1
answer106
viewsQ: Error searching row inside matrix
The exercise asks me to create matrices to store aircraft registration with some variables, done this, the program asks me to search all the information by entering the code. The problem is that…
-
0
votes0
answers249
viewsQ: Junk in memory when printing vector backwards
02 - Create an algorithm that asks the user to enter its name and store in an array, the program must store in another vector the name written backwards. At the end, the two vectors should be…
-
0
votes1
answer78
viewsQ: When the input is greater than 9 the program reads only the first digit
When the user enters with a larger number, such as 13 or 28, 50. the compiler understands that it is being typed 1.2 and 5 respectively. how do I fix this problem ? /*EXERCÍCIOS UTILIZANDO O CAMANDO…
c++asked Vitor Lima 25