Since 4/2/2012 5:46:55 AM, andy.canfield has written 3 articles and participated in 1 conversations. andy.canfield signature: andy.canfield
andy.canfield's articles:
Items(3) /1
Extension question221 (1/13/2006 11:36:42 PM) comp.lang.tcl I am writing an extension for Tcl in C that allows it to interface with some postal correction software also written in C. This extension is for Windows only as the postal correction software only runs on that ... Andy
std::map questions4105 (10/27/2005 9:29:02 AM) comp.lang.c++.moderated I have two questions about std::map. First question: If I have a std::map with an iterator pointing to begin() and I insert an element into the map using insert() is my iterator garaunteed to still be pointing... andy
Lists of multiple types7111 (11/29/2004 11:01:14 AM) comp.lang.c++.moderated Is there any way to create a List in C++ like a List in Lisp where the item at each index in the list could potentially be of a different type? In example of what could be in such a list: theListClass list = {... andy
andy.canfield's replies:
Items(1) /1
Extension question221 (1/13/2006 11:36:42 PM) comp.lang.tcl I am writing an extension for Tcl in C that allows it to interface with some postal correction software also written in C. This extension is for Windows only as the postal correction software only runs on that ... andy.canfield(4)