User profile: anonymousxyz

User info
User name:anonymousxyz
History
Joined:
Number of posts:43
Latest posts:

size_t - Why is the size of the largest data object limited?
Thank you all for the replies xeef, cubbi and especially ValliusDax. I have a feel for it now, and ...

size_t - Why is the size of the largest data object limited?
I'm sorry, I do not have a working knowledge of hardware and RAM. Why is the largest RAM limited by ...

size_t - Why is the size of the largest data object limited?
I was looking into the mysterious usage of size_t type which I understand to be a unsigned int. Exc...

Cannot Compile Simple Program -- Cannot Load iostream (Loading DLL Error)
I just installed MSVS2008. I get the following error: 1>------ Build started: Project: test_project...

How To Use Atol() Function to turn array of characters into two numbers (Getting EXTREMELY strange behaviour)
Interesting. Thanks a lot!