A89: Re: A Stupid C Question...
[Prev][Next][Index][Thread]
A89: Re: A Stupid C Question...
Look up the printf() function.
-Kevin
-----Original Message-----
From: Steven M Thompson <fuzmeister@juno.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Friday, September 08, 2000 9:04 PM
Subject: A89: A Stupid C Question...
>
>Hi,
>
>I'm working on a game for the 89 in C called Hot Dog Stand.
>I was wondering in C for the 89 how you display a variable
>using DrawStr. I have searched TI-GCC Help, but to no
>avail! :(
>
>I know in C++, you'd say cout << "Value - " << Val;
>
>But how would you in C? Aaaaa. Need Help.
>
>Thanks,
>S. Thompson
>
Follow-Ups: