General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Low Level
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "the TRUTH about numbers and network programming (endianess or ELSE)" video.
You should be using sizeof() instead of hard coding magic numbers. Magic numbers make it even more of a PITA when you need to send different types. Ideally you should also be abstracting that somewhat with macros.
14