Posts by Marcelo Gouveia • 13 points
1 post
-
1
votes1
answer3017
viewsQ: Copy struct C
How do I copy a pointer of the type struct in C? For example, to copy a simple struct is just struct1 = struct2; but, when it comes to 2 pointers, when it does this, one points to the same place as…
casked Marcelo Gouveia 13