A89: Re: C problem


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

A89: Re: C problem




Okay, I only had a quick glance at the code, but the for statement is
incorrectly made. you need ;'s instead of ,'s.


>for(count=num,count==1,count=count-1)
>{
>  push_longint(string[count]);
>}

Mathew





References: