Posts by PatrickM367 • 11 points
2 posts
-
0
votes3
answers170
viewsA: How to query a struct array in C after you have already written on it?
The break problem I already solved, but how can I declare the variables with struct type vectors and a pointer with the same amount of vector, and initialize each pointer pointing to a global…
-
1
votes3
answers170
viewsQ: How to query a struct array in C after you have already written on it?
Hello, I want a help I am making a program that has a menu the registered user and then consult the registration, the problem and I am not being able to consult the "database" vector of structs. The…