HELP

Reply

Join Date: Nov 2008
Posts: 29
Reputation: lonely_girl is an unknown quantity at this point 
Solved Threads: 0
lonely_girl's Avatar
lonely_girl lonely_girl is offline Offline
Light Poster

Re: HELP

 
0
  #21
Nov 24th, 2008
[QUOTE=lonely_girl;743533]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. this sterick idea will surely give me a "0"
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,439
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: HELP

 
0
  #22
Nov 24th, 2008
Well, you're headed towards a "0" anyway if you haven't made any further effort on this in 5 days and can't find a single example of graphics in C as a starting point.

No one is going to write it for you.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 2,001
Reputation: ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of 
Solved Threads: 343
ArkM's Avatar
ArkM ArkM is offline Offline
Postaholic

Re: HELP

 
0
  #23
Nov 24th, 2008
Start from the old good bgidemo.c (look at your Turbo C installation directory). Change colours, play with function calls parameters, add this, erase that...
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 29
Reputation: lonely_girl is an unknown quantity at this point 
Solved Threads: 0
lonely_girl's Avatar
lonely_girl lonely_girl is offline Offline
Light Poster

thx

 
0
  #24
Nov 26th, 2008
hey everyone,
thx for help that all of u did.I actually made a program using ur help and taking help from the sites u gave....
ok i have made this program, it works perfectly,



# include<stdio.h>
# include<conio.h>
# include<stdlib.h>
# include<graphics.h>
# include<alloc.h>
# include<dos.h>
void main(void)
{
int gm,gd=DETECT;
int i;
void*p;
initgraph(&gd,&gm,"c:\\tc3\\bgi");
setcolor(RED);
line(130,75,170,75);
line(130,75,125,100);
line(170,75,175,100);
rectangle(100,100,200,125);
fillellipse(175,125,10,10);
fillellipse(175,125,5,5);
fillellipse(120,125,10,10);
fillellipse(120,125,5,5);
p=malloc(imagesize(100,75,210,135));
getimage(100,75,210,135,p);
cleardevice();
i=0;
while(!kbhit()&&i<640)
{
putimage(i,240,p,XOR_PUT);
delay(8);
cleardevice();
i++;
}
closegraph();
getch();
}
its a moving car
now again i need ur help, not help but helps....
1).my car only moves forward, wat should i do if i wanna move it in reverse???
2).my car has no windows, tried alot cant figure it out...
3).and how shoul i fill colors in my car???
and also if u wanna enhance it more plzz do it...
thx again......
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 48
Reputation: atman is an unknown quantity at this point 
Solved Threads: 0
atman atman is offline Offline
Light Poster

Re: HELP

 
0
  #25
Nov 26th, 2008
this is awesome
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 1,937
Reputation: ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of 
Solved Threads: 278
ddanbe's Avatar
ddanbe ddanbe is offline Offline
Posting Virtuoso

Re: HELP

 
0
  #26
Nov 26th, 2008
Originally Posted by atman View Post
this is awesome
Yeah surrealistic!
Ceci n'est pas une pipe!
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC