Go Back   Farm Town > Help & Support > News & Announcements

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11  
Old Aug 08 2012, 10:07 AM
Majik Merlin Majik Merlin is offline
 
Join Date: Jun 06 2009
Posts: 165
Default

Janet BC.....Here is a simple example of some programming code... can you make heads or tails of it? If so, bravo!


clrscr();
int gd=DETECT,gm,i=0;
detectgraph(&gd,&gm);
initgraph(&gd,&gm,"c:\tc\bgi");
rectangle(0,5,630,400);
rectangle(10,15,620,390);

settextstyle(1,0,1);
outtextxy(245,238,"DESIGNER");
while(!kbhit())
{
setcolor(i);
settextstyle(2,0,0);
outtextxy(32,170,"* * * * * * * * * * * * * * * * * * * * * * * * * *
*
* * * * * * * * * * * * * * * * * * * *");
outtextxy(32,178,"*
*");
outtextxy(32,186,"*
*");
outtextxy(32,196,"*
*");
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:57 PM.