I am looking for a memorable 32-bit value to be used as a constant. If possible, it should be somewhat funny too.
So far, I have come up with these two:
0xcafebabe
0xdeaddad
Can you please suggest some other too?
Thank you.
feedback
|
|
| |||
|
feedback
|
|
I wonder, that as a programmer you need to ask. After all it takes a word-list and a one-liner of C++ to find suitable words.
| |||||||||
feedback
|
|
Here are a bunch of hex words that you can use to make a constant. | |||
|
feedback
|
|
You can find them yourself easily enough.
| ||||
|
feedback
|
|
The classic is 0xdeadbeef. | |||||||||
feedback
|
|
Take a look at these magic numbers. | |||
|
feedback
|
|
Here's another: 0xDEADCAFE :) | |||
|
feedback
|