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??
|
|