Daily Archives: October 21, 2011

Data Alignment

When working in C, you will sooner or later use structs. This is a very handy construction, but it has hidden pitfalls. One of them shows up when the sizeof your structure changes. Why is that so? It all comes … Continue reading

Posted in Programming | 5 Comments