At present, I'm using a C-like language (NXC) to control a LEGO MINDSTORMS robot. That C-like language doesn't have support for generics (or, not being C++, classes. But I digress). However, I read in an outdated C++ book that either C or C++ has a file called generic.h, which contains helpful preprocessor macros (ie name2 and declare) for doing this.

Is there any way I can get a copy of this file?

link|improve this question

Have you tried googling for this name, say +"generic.h" +source ? – mjv Sep 26 '09 at 7:57
Yes, I have. Most of the things came up with other "generic.h" files. Oddly enougth, googling that brings up this page. – Eric Sep 26 '09 at 14:10
feedback

1 Answer

up vote 1 down vote accepted

This may lead you to a couple of files: http://www.google.com/codesearch?hl=en&q=generic.h+name2+declare

link|improve this answer
Thanks. I wasn't really aware of google code. – Eric Sep 26 '09 at 7:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.