1 Mar 2006 01:00
Re: [EE] selecting the right C++ STD library memory buffer
On Tue, 28 Feb 2006, Alan B. Pearce wrote: >> You get used to a tool by learning its idioms. >> Although I have written object oriented assembly. > > Any pointers on where to get info on doing this? I tried to get the info > from Microsoft that was presented on this at last years Masters, without > success. > > The nearest I have come to OOP in assembler is by using linkable modules. I think that you can use the usual 'system call interface' paradigm. All data is private to a set of subroutines, which form an object. There is a single entry point and you select the function (method) using a parameter. Inheritance is by forwarding calls to an inherited object. Peter -- -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist
RSS Feed