crazycoder
07-05-2001, 10:06 PM
thanks for the great reply on my previous thread!
ok, mass help needed here. i am starting to make C++ programs without all the borland premade header (.h) files. it starts off pretty well, until i get to double buffering. how (not using the borland mem.h) do i get something fast like memset() or malloc() (from stdlib.h) using the asm{} tag things? help would be appreciated, or any links to relevant sites. looking at my .exe file (and including code) you can see why i need doulbe buffereing. i just need code, not concepts
:)
ok, mass help needed here. i am starting to make C++ programs without all the borland premade header (.h) files. it starts off pretty well, until i get to double buffering. how (not using the borland mem.h) do i get something fast like memset() or malloc() (from stdlib.h) using the asm{} tag things? help would be appreciated, or any links to relevant sites. looking at my .exe file (and including code) you can see why i need doulbe buffereing. i just need code, not concepts
:)