Get/Set Problems using reference and const...One last thing... I initially had this method like this before I changed it all to hell and back - ...
Get/Set Problems using reference and const...Well I got it - boy do I feel stupid.... [code] void Point::Get(double &point1, double &point2) con...
Get/Set Problems using reference and const...Honestly, probably because I had tried everything else and was lost... So I have this now... Get M...
Get/Set Problems using reference and const...Hello all - fairly new to C++ - my second college class on it and I am usually great about being abl...