At 18:09 30/01/2001 -0800, you wrote: > > This is what I was talking about.... A better approach would be to use > > proper library transforms instead of type-casting... > >Is what you are talking about is that the last few values in your printout >should be "4" instead of "-48"? Perhaps if you took the bugs out of your >program, it would work better. "S[10] = '4';" is incorrect. It's >assigning '4' >to the 11th element of a 10 element array. Try assigning it to S[0]. > >-- Keith Rollin >-- Palm OS Emulator engineer ... Good point... Nevertheless, ato*() and strto*() wouldn't exist if you could just simply type-cast... Igor M-) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) krollin
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Thomas Ward
- Re: GCC Compiler Bug? (Or am I just losing my mind?) krollin
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) krollin
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) krollin
- Re: GCC Compiler Bug? (Or am I just losing my mind?) John Leung
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) krollin
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Thomas Ward
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Roger Chaplin
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Thomas Ward
- Re: GCC Compiler Bug? (Or am I just losing my mind?) Igor Mozolevsky
- Re: GCC Compiler Bug? (Or am I just losing my mind?) John Marshall
- Re: GCC Compiler Bug? (Or am I just losing my mind?) krollin
