If I have this:
Can I manipulate the data by doing:Code:typedef struct tagPOINTS { LONG score, fouls; } POINTS;
Code:POINTS green; green.score = 44; green.founds = 1;
|
Results 1 to 10 of 10
Thread: Question about TypeDefThreaded View
|
Click Here to Expand Forum to Full Width |