Re: Namespaces
- Posted by Don <eunexus at yahoo.com> Jun 08, 2004
- 641 views
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