Discussion Board
There are no previous messagesGo to the following message
Current Forum: Homework 5 General Forum
Date: Tue Nov 20 2001 5:36 pm
Author: Hendriks, Rolf <rolf@andrew.cmu.edu>
Subject: how do I change an object to which there is no reference??

I'm trying to set a binary search tree equal to its right child. I've tried this = right and this() = right, but the compiler doesn't like either of them because apparently I can only use a this reference in constructors. What command should I use??




Post response

There are no previous messagesGo to the following message
Current Thread Detail:
how do I change an object to which the...      Hendriks, Rolf      Tue Nov 20 2001 5:36 pm       
Re: how do I change an object to wh...      Lee, Peter      Wed Nov 21 2001 10:28 am       

Back to previous screen