Paul
unread,Dec 2, 2005, 7:16:25 AM12/2/05Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cpp-co...@googlegroups.com
Hi Ryan
After transcribing the code on P.486-492, I notice some redundant statements.
At the top of the main source file, "using namespace std;" is used, and the
same line is in the body of each function - Redundant, and possibly confusing
IMO.
There is also a pontential for segmentation faults in the sections where
veterinarian and trainer are read - Unlike the other reads, no check is made
for element != 0.
Thanks to yourself and your co-authors for what looks to be a valuable
reference to add to the bookshelf.
Regards, Paul.