|
-
January 3rd, 2009, 10:56 PM
#1
can this cause issues?
one of my program deals with a lot of "long unsigned ints" which can make a function very long and hard to follow.
I put this at the start of my program:
#define uint long unsigned int
So I can use uint to declare one. It works, but could this cause a problem down the line? I can't see how, but thought I'd check so I don't run into any surprises later. i want to start using uint throughout my whole program.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|