Since 4/2/2012 6:09:29 AM, kevin.ic has written 2 articles and participated in 0 conversations. kevin.ic signature: kevin.ic
kevin.ic's articles:
Items(2) /1
Removing the assignable requirement from stl list elements2396 (10/6/2006 8:00:22 PM) comp.lang.c++.moderated I've been studying implementations of linked lists in sgi-stl and updated versions in stlport, hoping to adapt one for my own needs. One thing that caught my eye in the sgi implementation is the availability o... Kevin
Calculating member offset at runtime5729 (6/13/2005 7:48:08 PM) comp.lang.c++.moderated The problem: I want to mark certain members of a class/struct for network serialization. Since I don't want to send the entire object over the wire, I want to calculate the offset of a member, so I can just gr... Kevin