hi all,
can any one tell me how to dynamically memory allocate variable "well sequence for characters" for an unknown data length? i am programming minimal C++ smtp server, and this memory which i will allocate is for the DATA part "message body" which is of course variable length.
thanks alot