Re: Do you currently use namespaces?
- Posted by Mike <vulcan at win.?o.nz> May 27, 2008
- 1035 views
Hi CK, I had a look at BBCMF to see if I could mebbe help or something. Where is the zip file? All I see are lots of indiviudal source files... Mike PS: I couldn't see any obvious email address to send this message directly to you.. c.k.lester wrote: > > In BBCMF, I've got a long list of includes. The includes at the bottom > depend on includes at the top. Is there a better/preferred way? Here's > an analogy: > > -- bbcmf.e > include a.e > include b.e > include c.e > include d.e -- relies on a, b > include f.e -- relies on c, d > include g.e -- relies on d, f > > -- index.esp -- the main program > include bbcmf.e