Home › Forums › C Programming › box
- This topic has 3 replies, 2 voices, and was last updated 16 years, 6 months ago by
VidaVOXeql.
Viewing 3 reply threads
- AuthorPosts
- September 2, 2008 at 9:58 pm #2131
VidaVOXeql
Participantahw..elow to everyone…
ahm..just asking about my problem,..
can you give the codes that create the box..adjustable..in C LANGUAGE,,???
in short can you help me,,on create an adjustable box..
i””ll,,wait for your reply..tnx..po..
it will help me alot..
tkecre… - September 7, 2008 at 9:12 pm #3441
bajean
Participantyou can create an adjustable box by initiating graphics:
C123int griver=DETECT,gmode;initgraph(&gdriver,&gmode,"");rectangle(x1,y1,x2,y2);whatever the value u want for the variables……..
- September 8, 2008 at 3:47 am #3442
VidaVOXeql
Participant - September 8, 2008 at 3:49 am #3443
VidaVOXeql
Participant
- AuthorPosts
Viewing 3 reply threads
- The forum ‘C Programming’ is closed to new topics and replies.