Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Doubts about Rule 21.3 and 21.8
#2
Also, how about accessing the fields with the forbidden identifiers of a struct, like

Code:
printf("%s %c %d %f %f\n", p.name, p.free, p.exit, p.height, p.weight); //Violate Rule 21.3(free) and Rule 21.8(exit)?
<t></t>


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)