size_tI 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\nThanks! 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\nI'm having problems reading files with the Window's newline delimiter. For some reason the fstrea...