vote up 1 vote down star

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?

flag

Have you tried googling for this name, say +"generic.h" +source ? – mjv Sep 26 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 at 14:10

1 Answer

vote up 1 vote down check

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

link|flag
Thanks. I wasn't really aware of google code. – Eric Sep 26 at 7:58

Your Answer

Get an OpenID
or

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