> Also, I am not au courant with whatever is the > C coding-style of the moment, but I always preferred > the combination form of function-with-arguments, e.g. > void empprofit(int profit[ ]) > as opposed to the K&R style you use: > void empprofit(profit) > int profit[ ]; > > In fact, looking around the web, I see that some consider > this latter style "obsolescent" - see > http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=215&rl=1 >
Good point, thanks. My C *is* obsolescent, but I should try to disguise that. Henry Rich ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
