User profile: IWishIKnew

User info
User name:IWishIKnew
Name:Jonathan
Location:U.S.A
Bio:I'm 17 and am only starting to learn C++. I'm hoping these forums are a good Q&A environment for me to learn.
Statistical data
Occupation:Programmer
History
Joined:
Number of posts:529
Latest posts:

Binary Conversion
Now, if we had the char '1', and the integer 1, would their binary representations be different, or ...

Binary Conversion
Thanks Naraku. It would appear there were a few header files missing in [i][u][b]Peter[/b][/u][/i]'...

Binary Conversion
I'm about to tear my god dam hair out: [code]string conv_str_tobin(const string& s) { string te...

Binary Conversion
Ok, this is the kind of emplementation I want to end up with: [code]string conv_tobin(const string&...

Binary Conversion
What us the type of the value returned by [code]bitset<[what type here?]>(char&)[/code]?