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
Can anyone help me with this code
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="James Kuyper, post: 3633837"] Int32 is (probably) a typedef; whatever it's a typedef for probably can be used in C, too, so I don't see any reason to change it. If he does change it, I'd recommend int_fast32_t, int_least32_t, or int32_t, depending upon precisely why the current code uses Int32. Int32 could also be a user-defined type, in which case he's got a LOT more work to do, and he should provide us with the definition of that type. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Can anyone help me with this code
Top