[cs23021-2] lab6 question

Mikhail Nesterenko mikhail at cs.kent.edu
Thu Oct 8 17:52:19 EDT 2009


>
> Lab6, Lottery. I got confuse on the general outline and lab
> instruction said "define functions draw, entry...", is that mean I
> have to declare a function outside of the main function? but when I
> look at the general outline, it put all the functions inside main
> function.

Those are function calls (invocations). That is, main() is going to
invoke the functions like draw() and entry(). These functions will
have to be defined (outside of main()).

Thanks,
-- 
Mikhail


More information about the cs23021-2 mailing list