Re: TIB: Convert


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

Re: TIB: Convert






----------
>From: ETTamme1@aol.com
>To: ti-basic@lists.ticalc.org
>Subject: TIB: Convert
>Date: Wed, Sep 8, 1999, 8:32 PM
>

>
>     Hello my name is Eric.. and  ... I have a problem with TI-basic.
> It was my first language, and then i wanted to get more and more of it, and
> now i need a bigger more powerfull language to satisfy me.  alright alright,
> enough. Well anyway all of the above is true, TI basic(82-83-85-86) were my
> first languages,and now i want to expand. But i have a problem, ive been
> trying to learn C/C++ but its so different from basic that i remain
> unseuccsessfull.  All i can do is make hello world programs that stay on the
> screen for 1/800th of a second cause i dont know what the  C++ equavalent for
> "Pause" is.  Well anyway, i want to know if any of you have made the jump
> that im trying to make and if you have any advice on how to make it easier.
>     Thanks,
>         ~Eric
>

well i have been working on learning C for about 3 months. anyway thare is
ABSOLUTLY no equivalent you need to set up something like

While myvar>2000000000 (about 20 mill)
{

printf ("Hi /d")

}

that should last for a while.

also note that thare nothing alighke, except for while do and if then
statments. my first lang was Pascal and it helped alot, its alot more like
baisc.