It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 6 years ago.
cout<<std::hex<<dec;
I want to store it to an int in the form of 0x...
How do I store that value in an integer instead of printing it out?