[HELP]What's the difference here?
#4

#define just replaces COLOR with whatever is after the first space

it will replace COLOR the first way with 0xFF0000FF
the second way with (0xFF0000FF)

it cant hurt to have the extra () but the first way could be bugged depending on your code.

so when your writing code imagine what it would look like both ways
only then will you see what the difference is.
Reply


Messages In This Thread
[HELP]What's the difference here? - by [DOG]irinel1996 - 09.04.2012, 17:07
Re: [HELP]What's the difference here? - by Jeffry - 09.04.2012, 17:10
Re: [HELP]What's the difference here? - by ViniBorn - 09.04.2012, 17:12
Re: [HELP]What's the difference here? - by Jonny5 - 09.04.2012, 17:12

Forum Jump:


Users browsing this thread: 1 Guest(s)