On Thursday 10 July 2008, Julien Claassen wrote:
> Sorry folks!
> But I'mtoo stupid. I have a struct, which contains a pointer to itself
> as an element. How to write this. I once knew, but now I fail. It's a
> shame! :-( Kindest regards
> Julien
In C or C++?
C:
struct Foo {
struct Foo *next;
};
C++:
struct Foo {
Foo *next;
};
Regards,
Flo
-- Palimm Palimm! http://tapas.affenbande.org _______________________________________________ Linux-audio-dev mailing list Linux-audio-dev@email-addr-hidden http://lists.linuxaudio.org/mailman/listinfo/linux-audio-devReceived on Thu Jul 10 20:15:04 2008
This archive was generated by hypermail 2.1.8 : Thu Jul 10 2008 - 20:15:05 EEST