Re: gets() and "string" variable type
- Posted by Jason Gade <jaygade at ya?oo.co?> Sep 15, 2007
- 574 views
I think I understand your "*4" question a little bit better... Euphoria assumes that longs and pointers are the same size, namely 4 bytes. The compiler takes care of the "*4". There is no byte addressing done, it's all done by 4. Does that help any? The pointer arithmetic takes the type's sizeof into account automagically. -- A complex system that works is invariably found to have evolved from a simple system that works. --John Gall's 15th law of Systemantics. "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.