Re: A Matrix collection class
Re: A Matrix collection class
- Subject: Re: A Matrix collection class
- From: Nat! <email@hidden>
- Date: Wed, 8 May 2002 23:50:13 +0200
Am Mittwoch den, 8. Mai 2002, um 15:52, schrieb Ondra Cada:
Also, for some not quite obvious reason,
this works for me only if typedef is used (anybody knows why cast
'((*int)
[5][3])' does not work? It should, IMHO!):
Because you need to cast it like this:
(int (*)[5][3])
Cheers
Nat!
------------------------------------------------------
Some people drink deep from the fountains of life, and
some just gargle. -- DLR
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.