Home Segments Index Top Previous Next

747: Mainline

Note that a counting variable is no longer needed in the for loop that constructs the list. Accordingly, initialization and increment expressions have disappeared:

for ( ; cin >> input_buffer; ) {...}