Posts by Eduardo Orsi • 3 points
2 posts
-
0
votes1
answer33
viewsQ: Vector exchange of chars with problem
I’m trying to sort this struct vector that has random int values and a char vector also with random values. But I ran into a problem. The idea is to sort them from the random numbers and the letters…
-
-3
votes1
answer30
viewsQ: Invalid conversion when using pointers (invalid Conversion from 'int**' to 'int' [-fpermissive])
I am learning about pointers and dynamic allocation and I cannot overcome this bug. Apparently the pointer is not accepting the value of type int, but I cannot understand why this occurs. #include…