PDA

For continued disscussion on this topic : @ C++ Experts: Help!



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

:)

crazycoder
07-08-2001, 06:10 PM
does no-one know any assembler? i cant really continue unless i know how to double buffer in asm.