Comment on How I Failed, Failed, and Finally Succeeded at Learning How to CodeparentComments−sliverstorm15yPut another way;If the student still can't remember that basic C programs usually start withint main(int argv, char *argv[]) {Or whatreturn TRUE;does, how do you expect him to go about understanding data structures, search algorithms, OOP?−jschrf15yI think you mean "int argc" ;-)−sliverstorm15yYup, I noticed that typo after the edit window expired!
Comments
Put another way;
If the student still can't remember that basic C programs usually start with
int main(int argv, char *argv[]) {
Or what
return TRUE;
does, how do you expect him to go about understanding data structures, search algorithms, OOP?
I think you mean "int argc" ;-)
Yup, I noticed that typo after the edit window expired!