Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Howto (Score 1) 452

Whichever language, concentrate on algorithms (data and exectuion flow), terminology and practice. I'd use C.

PS: in which case you shouldn't forget to tell them why "int main(void/int argc,char **argv/char **env) { return EXIT_SUCCESS; }" are the only three ways of doing it right :)
PPS: teach them to indent/format their code consistently, I want to be able to read their crap when they'll get employed in the industry. Pyhon would inherently help here.

Slashdot Top Deals

Where there's a will, there's a relative.

Working...