Okay,<BR> I'm reading my old C++ textbooks from college and they all talk about dynamic memory allocation. We all know that when creating objects at compile time that they will be allocated to the ...
Hi,<P>I am having problem allocating memory to read and write in binary mode.<P>The program I am working on reads data from a file and write the data back to a second file. Both process are done ...