Anyone who mentions Dijkstra's paper associating it with C's goto, should have their quoting license revoked ;)
Dijkstra did not write about C, nor did he write about C goto. Back in the days, goto was something much worse and C actually made it more like he'd like it to.
Because the strtok will replace the delimiter as '\0', but input argument ip is const.
This comment is hidden because it contains spoiler information about the solution
ugh okay, thx
Anyone who mentions Dijkstra's paper associating it with C's
goto
, should have their quoting license revoked ;)Dijkstra did not write about C, nor did he write about C goto. Back in the days, goto was something much worse and C actually made it more like he'd like it to.
You're absolutely right! Thanks!