Tagged Questions
2
votes
0answers
137 views
Pros/cons of different ways accessing C struct members [closed]
Structs interface and Hiding members in a C struct discusses various ways in accessing /modifying members.
What would be pros/cons of using:
Opaque handle to struct and setters/getters
Accessing ...