C++ Composition Not Working?Thank you. Figured it out. This is what i ended up doing. [code] int main() { string symbo; do...
C++ Composition Not Working?[code] int main() { Stock aStock; string symbo; double pric; StockPurchase aPurchase; int amt; ...
C++ Composition Not Working?The code keeps returning the values from the default constructor, instead of returning the values th...
This user does not accept Private Messages