Posts by Johnny Keys • 11 points
2 posts
-
0
votes0
answers59
viewsQ: How do I pass the values stored in a truck so another function can modify it?
I’ve been trying to make this project run since yesterday, but I can’t manipulate the data of my struct when I move it to another function, the other function simply create other values, the goal of…
-
1
votes1
answer92
viewsQ: How do I store data in a structure and then use it in different functions?
Guys I’m trying to schedule this work for days and I can’t get out of the corner, it’s a library system that in turn needs: a) Register, view, change and remove data from a book; b) Register, view,…