User profile: helloworld922

User info
User name:helloworld922
History
Joined:
Number of posts:12
Latest posts:

size_t
I was under the impression that p would be allocated where-ever A was allocated? So, [code]A som...

shared_ptr (C++0x)
Hi, I was wondering what's the difference between these two: [code] triangle::Triangle doIt(void...

Reading files with \r\n
Thanks! That worked perfectly. So I take it that even though opening a file in text mode converts...

How to allocate a contiguous two dimension vector?
I think I'm correct in saying that solution 3 is the only one which will guarantee that your 2D vect...

Reading files with \r\n
I'm having problems reading files with the Window's newline delimiter. For some reason the fstrea...