Re: Namespaces
- Posted by Al Getz <Xaxo at aol.com> Jun 09, 2004
- 621 views
Hi Don, That's exactly the way the WinClass library works. I've been copy'ing and paste'ing includes to make up for the lack of 'merge' (or whatever). Take care, Al Don wrote: > > > Man that would be one cool item (the multiple inheritance). > I personally have wanted this to redo a portion of my API code base > (structures). It would improve the readability of my code alot. > > I was going to use it something like the dot operator in C/C++... > > Rect = new(RECT) > Rect:left = 10 > Rect:bottom = 20 -- etc etc > > As you pointed out, it will not currently work from including them > all in one include file and including that. I am not going to try > and include some thousand structs manually at the top of my files :P > > > Don Phillips > National Insturments > mailto: eunexus at yahoo.com > Good luck with your programming!