hi,

i've read that calling malloc or new dosn't mean you'll get continous memory allocated to your program. this is a bit of a problem in a program i'm writing, where being able to use pointer additio would simplify things. can anyone tell me how continuous memory can be acquired in a win32 environment ? its no big deal if it only works on the WIN32_NT platform

thanks in advance.