Content deleted Content added
mNo edit summary |
m Bot: links syntax |
||
Line 18:
The programming practice that Spolsky used to make his point was repeated concatenation of null-terminated character arrays ("strings").<ref name="basics" />
The first step in every implementation of the [[C standard library|standard C library]] function for concatenating strings is determining the length of the string being appended to by checking each character in the array, starting from the beginning, to see if it is the terminating [[
In Spolsky's example, the "Schlemiels" occur when multiple strings are being concatenated together:
|