User profile: Catfish3

User info
User name:Catfish3
History
Joined:
Number of posts:666
Latest posts:

iterator and for loop
[tt]for()[/tt] loops' condition, lines 12 and 17: there is no [tt]operator <>[/tt] in C++. Perhaps y...

Today is my 21st, what alcohol should I buy
Schnapps. Happy birthday.

Meaning of some expressions
http://cplusplus.com/reference/cstring/strcmp/ [quote][b]Return Value[/b] Returns an integral valu...

can not understand Sizeof result with a struct var
[quote]Note that this relies on compiler extensions and is not standard C++. [/quote] You're welcome...

can not understand Sizeof result with a struct var
Member data in structures and classes is often word-aligned, for performance reasons. This means the...