Hi,
I am very new in c++ so excuse me for my question.
Please sb kindly tell me what does the below sentence means?
My question is about what is 0xDEADBEEF or 0x1fc4ce47 ?
If I want to write a description for this so any programmer no matter what kind of language he or she uses can implement this, what should I say?
Kind regards,
I am very new in c++ so excuse me for my question.
Please sb kindly tell me what does the below sentence means?
Code:
static const unsigned int d1=0xDEADBEEF ^ (0x1fc4ce47*(d^(d>>13)));
My question is about what is 0xDEADBEEF or 0x1fc4ce47 ?
If I want to write a description for this so any programmer no matter what kind of language he or she uses can implement this, what should I say?
Kind regards,