how come #include "*.cpp" works?

Jason Alonso jbalonso@gmail.com
Thu May 18 16:59:00 GMT 2006


On 5/18/06, mwoehlke wrote:
> tell you valid ones). Any thoughts? (Maybe dropping a hippo on the code
> will make it as small as I want it to be? ;-))

// oppi.h
#define HIPPO_DROP int main() { \
   ... \
   }

// code.c
#include "oppi.h"

HIPPO_DROP


Remember, you must include the hippo before you can drop it on your code.  ;-)

Jason



More information about the Cygwin-talk mailing list