From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: boo hoo. my code crashes. Date: 17 Feb 1997 19:47:14 GMT Organization: Oxford University Lines: 15 Message-ID: <5eack2$7pj@news.ox.ac.uk> References: <5e5d6n$fda AT flex DOT uunet DOT pipex DOT com> <5ea9or$n22 AT elmo DOT cadvision DOT com> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Calvin French (frenchc AT cadvision DOT com) wrote: : nikki AT gameboutique DOT co (nikki) wrote: > struct node *histogram[NUM_SYMBOL_VALUES]; : Hmn... did you try just: : node* histogram[NUM_SYMBOL_VALUES]; I believe this is, in C++, equivalent to the line above - the 'struct' part is optional. -- George Foot Merton College, Oxford.