Re: A89: TIGCC help needed for 89


[Prev][Next][Index][Thread]

Re: A89: TIGCC help needed for 89




In a message dated 10/30/99 5:50:55 PM Eastern Daylight Time, 
agrawal1327@earthlink.net writes:

> Ok, i have the basic code for Drugwars written (with a few minor exceptions
>  I need to figure out). All that needs to be written now is the GUI.
>  
>  I need a display to screen function that can do this.
>  
>  printf("string %s", var)
>  

example code:
char str[40];
int abc;
.....

sprintf(str,"variable abc is equal to %d",abc);
DrawStr(0,0,str,4);

--TurboSoft

Visit the TURBOSOFT HOMEPAGE:  The most current Basic and C programs created 
by TurboSoft for the 89, and the most 89 web links.
<A HREF="http://turbosoft.ticalc.org/">http://turbosoft.ticalc.org/</A>