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:532
Latest posts:

Templates: How to use in projects
Build successful... Oh, wait, nvm. Did not build.

Templates: How to use in projects
so, what if I put the emplementation in the .cpp, and do this in the header: [code]template<class t...

Templates: How to use in projects
How should I emplement templated functions in projects? I read that if a function is templated, it ...

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]'...