[cs13001] goto

Mikhail Nesterenko mikhail at cs.kent.edu
Fri Oct 17 10:07:45 EDT 2014


CSI Students,

C++ has a construct which allows the program execution to be
transferred from any place in the program to any other place in the
program. It is called the "goto" statement. There may be legitimate
reasons to use it, but it breaks the flow of the program and is
considered bad style. We do not teach this construct and suggest you
refrain from using it.

Thanks,
-- 
Mikhail


More information about the cs13001 mailing list