I have an MFC application that allows a user to input a string of up to 400 charachters. I need to then allocate memory in a buffer to do some processing on the data (encryption). How can I ensure that the size of the buffer is divisible by 8 and still allocate the memory dynamically?
Thanks for any help.
Stripey
Thanks for any help.
Stripey