vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In message <20050216230336.GA13132@petunia.outback.escape.d e> so spake Matthias Kilian (kili): > I suggest to watch out for inappropriate or potentially breakable > sizeof(TYPE) constructs in the code that can be replaced by > sizeof(VAR). In general this is a good idea, though beware that using sizeof(pointer) when you really want sizeof(*pointer) is also a common error. - todd |