Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
13.5 clarification on loop index iusage
#1
Dear Misra Committee,

Rule 13.5 seems not clearly explicit about the content of the for expressions.
  • First expression: Initialization of the loop coounter if present. Can we consider as valid code the following examples:
    [code]
    int32_t i=0;

    for (i++;i
<t></t>


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)