12 Mar
2009
12 Mar
'09
10:10 p.m.
Assume I have the following: ===== file: scratch.ck ===== public class Scratch { Sniff _sniff; } ===== EOF ===== ===== file: sniff.ck ===== public class Sniff { Scratch @ _scratch; } ===== EOF ===== How does one compile cross-referenced classes? Neither "chuck scratch.ck sniff.ck" nor "chuck sniff.ck scratch.ck" bring joy. (There's a similar question for any class that has a reference to itself as a member, such as a linked list. But I'll save that question for the next time I need to flaunt my ignorance.) - Rob