hi everyone!!!
ive just got an assignment from my teacher to make some graphics in C and i know nothing about it,can someone plzzzz help???? reply as soon as possible...plzzz
Teachers don't give assignments to do things that haven't been discussed in class. Please don't treat us like idiots.
Try asking your question again, this time with enough detail for someone to actually answer it.
heyyy.....what wud i get in fooling u???i really need help for my assignment and it is been given to us by our teacher without discussing in class, and if u dont wanna help plzzz dont disheart me....
>heyyy.....what wud i get in fooling u???
Well, you'd avoid getting flamed and might even con someone into helping you when you don't deserve it.
>and it is been given to us by our teacher without discussing in class
I call BS on you. Tell you what, give me your teacher's email address and I'll ask him directly. If he confirms your story, I'll be happy to help you.
>if u dont wanna help plzzz dont disheart me....
Nobody can help you because you haven't asked a question that can be adequately answered.
WHICH ASSIGNMENT??????????
WHAT KIND OF GRAPHICS????????????
well she didnt specify it, we are to make any kind of animation using C eg: mickey mouse or any other cartoon character....if u can plz make me 1 so that i understand it and try makin another myself...
>heyyy.....what wud i get in fooling u???
Well, you'd avoid getting flamed and might even con someone into helping you when you don't deserve it.
>and it is been given to us by our teacher without discussing in class
I call BS on you. Tell you what, give me your teacher's email address and I'll ask him directly. If he confirms your story, I'll be happy to help you.
>if u dont wanna help plzzz dont disheart me....
Nobody can help you because you haven't asked a question that can be adequately answered.
well all i can say u is that, this is pakistan and anything can happen here...even teachers can give assignments not been discussed in class.....
well she didnt specify it, we are to make any kind of animation using C eg: mickey mouse or any other cartoon character....if u can plz make me 1 so that i understand it and try makin another myself...
well if u wud help me instead of laughing i wud be really thankful to u....
All this program does is open mspaint with the Mickey Mouse picture.
int main()
{
system("mspaint c:\\mm.jpg");
return 0;
}
As ddanbe said, you need to pick what kind of graphics you are going to implement. If there is truly no preference/guidance from the teacher, do little stick figures out of asterisks. It's the easiest form of graphics I can think of:
All this program does is open mspaint with the Mickey Mouse picture.
int main()
{
system("mspaint c:\\mm.jpg");
return 0;
}
As ddanbe said, you need to pick what kind of graphics you are going to implement. If there is truly no preference/guidance from the teacher, do little stick figures out of asterisks. It's the easiest form of graphics I can think of:
You can make the animation as eleborate or basic as you want. I'd get much more guidance from your teacher first though.
yeah that mickey mouse thing didnt work out....
and my teacher didnt specify what v r to make but she did specify that v have to make some colorful graphics like that mickey mouse but it should have proper coding and also work in turbo C.