Since 4/5/2012 7:06:52 AM, axlmeijer has written 2 articles and participated in 0 conversations. axlmeijer signature: axlmeijer
axlmeijer's articles:
Items(2) /1
Modifying vector sizes in templates.977 (12/20/2004 12:51:21 AM) comp.lang.c++.moderated Take a look at the following code. template class ListClass { Type list[SIZE_OF_LIST]; public: . . . }; Is there any way I can send the SIZE_OF_LIST as a parameter to the class at compile ti... axlmeijer
push cs; pop ds; ds != cs ?629 (5/8/2004 7:58:44 PM) comp.lang.asm.x86 I'm currently trying to write a boot program starting at the normal 0000:7c00. The code gets available memory, sets up a stack, copies the boot code to a new location located right under the top of memory and t... axlmeijer