Browse thread
circular types?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: circular types? |
> > class foo;
> > class bar;
> > class foo { bar *Bar; };
> > // ...lots of stuff...
> > class bar { foo *Foo; };
> It's just a C++ way. Sucks. "and" construction is much more informative.
Oh, and here I thought it was a flexible and yet still typesafe
programming construct useful for decoupling large projects. I
obviously have a lot of learning to do.
:)
Chris