Posted by jojo back from vacation... on July 12, 2001 at 12:11:50:
In Reply to: #include question posted by kalpol on July 11, 2001 at 18:34:14:
Yeah, that's the way it seems to work because foo.h doesn't include foo.cpp so the errors say foo's functions are undefined until you change the #include which calls foo.h anyway. hope that made sense.....