Path: chuka.playstation.co.uk!news From: David T Johnston Newsgroups: scee.yaroze.freetalk.english Subject: Re: Codemasters and Interviews Date: Sun, 20 Feb 2000 13:34:44 +0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 11 Message-ID: <38AFED74.5EA812D7@dcs.gla.ac.uk> References: <88k2gl$84r2@chuka.playstation.co.uk> <38AEDA2F.1D666FCB@dcs.gla.ac.uk> NNTP-Posting-Host: bo620-22u.dcs.gla.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5-22 i686) X-Accept-Language: en Of course they should be 'int *wibble[10]' and 'int *(*wibble)[10]'. I was just testing :) David Johnston > C programming: I suppose how easy this one is really depends on how much C > programming you've done. I remember there being quite a tricky bit about > what types are actually declared as. For example, 'int wibble*[10]' & 'int > (wibble*)*[10]'.