Writing std::string to std::ofstreamusing: [code] outputStream << myString [/code] results in a compilation error.
Writing std::string to std::ofstreamWhy does my compiler not allow c++ to write a string to the output stream? For example: [code] v...
PPM Image file Magic Number and MaxColorValueHi, When reading a PPM Image file, how would I find the magic number and the max color value? [cod...
Dynamic Array, Deep Copy -- Where to Allocate?Hi, I am not sure if should allocate data within the constructor of my object or when the copy cons...
Deep copy and operator overloadingOK. I removed * from p1 and p2 in main and the memory is able to release on from multiplying. Quick...
This user does not accept Private Messages