How can I call a function in another class?two ways: make the monster function friend. [code] #include<iostream> using namespace std; class ...
Anyway to make this simpler...instead of declaring each 'counters' like [code] int i; int j; [/code] why don't you 'declare on sp...
BMI calculator!![code] cout << "your Body Mass Index is:" ; cout << result -> BmiCalculator() << endl...
BMI calculator!![quote] }while(height < 1 && weight < 1); 1 inch & 1pound !! [/quote] BMI calculator fo...
BMI calculator!!oh my gosh, I feel really stupid now.