Re: calculator with additional function

2005-06-10 Thread Laurence Finston
--- > At 09:53 +0200 2005/06/10, [EMAIL PROTECTED] wrote: > >I need to write calculator with additional function. It have to > >serve loop FOR where I declare how many times it will run and what > >will it do inside. > >My problem is how to bould data structure (it have to be tree

Re: calculator with additional function

2005-06-10 Thread Hans Aberg
At 09:53 +0200 2005/06/10, [EMAIL PROTECTED] wrote: Hi, There was problem with sent my message so I send it again. I need to write calculator with additional function. It have to serve loop FOR where I declare how many times it will run and what will it do inside. My problem is how to bould da

Re: flex input and malloc

2005-06-10 Thread Sylvain Schmitz
jojo wrote: I want to make a scanner for my microcontroller who is getting > messages (not longer than 160 chars; example: > "var1=34.34;var2="test";var3=5"). Those messages are stored in > a buffer (char buff[160]). The mc should scan and react to this > messages in doing something and post a m

calculator with additional function

2005-06-10 Thread tomjab
Hi, There was problem with sent my message so I send it again. I need to write calculator with additional function. It have to serve loop FOR where I declare how many times it will run and what will it do inside. My problem is how to bould data structure (it have to be tree) for this calculator