P 19, (item 3)
missing char

The code at the bottom of p. 19 reads:

//Version two

try
{
   MyType t1;
  
t = (MyType)o;

It should be:

try
{
   MyType t1;
  
t1 = (MyType)o;



Published Sun, Jul 16 2006 7:47 PM by wwagner
Filed under: ,

Leave a Comment

(required) 
(required) 
(optional)
(required)