Since 4/2/2012 5:15:15 AM, michel.andre has written 1 articles and participated in 2 conversations. michel.andre signature: michel.andre
michel.andre's articles:
Items(1) /1
std::auto_ptr3154 (12/11/2006 11:10:32 PM) comp.lang.c++.moderated A short control question. Isnt the following valid C++ #include class A {}; class B : public A {}; void foo(std::auto_ptr a) {} int main(int argc, char* argv[]) { std::auto_ptr b(new B()); foo(b); // Fai... ISO
michel.andre's replies:
Items(2) /1
Please recommend conceptual reading1227 (12/20/2007 8:29:03 PM) comp.object I'm looking for a good book (or books) that describe the evolution of distributed objects / object automation, including OLE, Active X, COM/ DCOM, CORBA(?) and whatever else relevant. I'm a professional progra... pm771(134)
Physical structure of source code1216 (11/1/2005 7:39:41 AM) comp.object Please pardon me if this post is off-topic for this group, but probably people here might be best to answer my questions I am reorganizing the structure of our source code (in files and directories) with the g... _l3(39)