Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
uninitialized memory read
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Keith Thompson, post: 3810923"] Byte and Octet make sense, since they add some actual information (but keep in mind that a byte isn't necessarily an octet, though a given piece of code might be intended only for environments where it is). I suggest that Uint: typedef unsigned int Uint; doesn't add anything useful, and there's no real possiblity that Uint could be defined as anything other than unsigned int. Worse yet, someone might later change the definition to, say, typedef unsigned long Uint; /* ugh! */ which is a sure sign that Uint was the wrong name in the first place. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
uninitialized memory read
Top