Computer Science Canada C program help |
Author: | cwarrior [ Sun Mar 29, 2009 9:49 pm ] | ||||
Post subject: | C program help | ||||
Basically i have to write a program that will draw a face. like this one:
and i have to write the inside of the face in a function that takes 1 to draw the eyes 2 to draw the nose and 3 to draw the mouth This is what i got:
I do not know how to put the function face in the main so that it displays each line properly. As you guys see I have done work I just need help with that. Thanks in advance. |
Author: | Unforgiven [ Mon Mar 30, 2009 6:34 pm ] |
Post subject: | RE:C program help |
I'm a little unclear on what you're asking. I thought you meant you didn't know how to call a function in main(), but you did, once. Can you explain a little more? Or, did you just mean you weren't sure *where* to call it? |
Author: | cwarrior [ Mon Mar 30, 2009 6:50 pm ] |
Post subject: | Re: C program help |
yes where do I call it so that it prints the eyes with 1, the nose with 2, and the mouth with 3? |
Author: | rdrake [ Tue Mar 31, 2009 10:30 am ] |
Post subject: | RE:C program help |
Isn't there already this exact same question asked in a different forum? You've already done this once. Just stick to the single topic in the C forum where it belongs. Another warning for you. |