Re: CENSUS of user's ages... (A82: )


[Prev][Next][Index][Thread]

Re: CENSUS of user's ages... (A82: )




This is damn shitty C then. The arrays are just variables... this code has
problems
>  >> > #include "studio.h"
>  >>  >
>  >>  > main(char name)
>  >>  > {
>  >>  >         gets(name);
>  >>  >         if(adam==name) printf("I guess you can use the computer...");
>  >>  >         else busy();
>  >>  > }
>  >>  > busy()
>  >>  > {
>  >>  >         printf("Nope.  Not adam.../n/n");
>  >>  >         busy()
>  >>  > }
>  >>