Since 6/1/2012 8:42:34 AM, bson1 has written 0 articles and participated in 8 conversations. bson1 signature: bson1
bson1's replies:
Items(6) /1
What does an embedded beginner need to know?7155 (4/21/2009 11:26:41 PM) comp.arch.embedded I've been asked to write a tutorial to introduce people who have had a bit of programming experience to embedded hardware and software. I can think of plenty of material for such a tutorial, but I don't want t... snarflemike(297)
C++ fluency19653 (5/4/2009 2:47:47 PM) comp.lang.c++ Hi for all This is my post here. I believe this is the right place to post my question. I'm searching in the internet for the real meaning of C++ fluency. In my search I found almost nothing or vague answers. ... alexcutovoi(2)
Object Factory and pre-main registering of classes842 (5/10/2009 6:42:44 PM) comp.lang.c++ Hi, I am trying to create an object factory, AFactory, that allows new object types (of base class A) to be added without changing the factory. The factory is designed so that each class registers itself with... gh14tq5(118)
Realizing memdup() compactly in C++948 (5/14/2009 1:25:06 PM) comp.lang.c++ Han anybody written any snippet (template i guess) that realizes memdup () using the operator new. Suggested name: new_duplicate. Thanks in advance, Nordl=F6w ... per.nordlow(36)
Real world coding standards implementation feedback6514 (5/19/2009 5:52:38 PM) comp.lang.c++ Hello all, we are in the process of selecting / devising a C++ coding standard to use internally to our company our be able to provide feedback to our customers about. We are looking to settle on a commonly a... daniel.coudriet