User profile: denormal

User info
User name:denormal
Name:Ryan Hackett
Location:Birmingham, England
Bio:Emulation is my primary area of interest, but I love all things low level, especially in the embedded realm.
History
Joined:
Number of posts:12
Latest posts:

Help with class
It means that DF2Yield is inheriting from the class template std::binary_function with doubles as ar...

value returning function
What do you mean when you say the function isn't "returning the sum to the console"?

Upper Case to Lower case Letters Using Strings
Each character has a 1 byte value associated with it which is defined by ASCII. For example, 'a' is ...

reverse hex number
You guys are helpful and all, but don't you think that it would be better not to just hand out the c...

Operations and function
I'm not exactly sure what you mean by "operations". Are you referring to operator overloading?