User: NickPaul

  • Public profile

User profile: NickPaul

User info
User name:NickPaul
History
Joined:
Number of posts:115
Latest posts:

Favourite Mistakes
This 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 Mistakes
Just remembered another one: [code] struct StructA{ unsigned char a; unsigned char b; Stru...

Favourite Mistakes
Here 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 char
Just 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