Favourite MistakesThis one got me good when I was getting started: [code] //... unsigned int aSize = 10; std::vector<...
Favourite Mistakes@bartoli: Yep - that one took some serious debugging haha
Favourite MistakesJust remembered another one: [code] struct StructA{ unsigned char a; unsigned char b; Stru...
Favourite MistakesHere is one that I've made a number of times - I'll let you figure out what is wrong with it. [co...
Behaviour when assigning int to charJust checking: When I assign an int to a char, does the char just take the lowest 8 bits from the in...
This user does not accept Private Messages