BMI Calculator Project (weight formulas)No problem. It looked like the equations were functioning properly from the start. But, as I said,...
Help. Boolian with chars?[code]if(math==a) cout<<first<<" + "<<second<<" = "<<first+second<<endl; if(math==d) ...
the problem with the class templateadd [code]#include <vector>[/code]
Constructors are kicking me in the rear!This is a good guide to constructors. http://www.cprogramming.com/tutorial/constructor_destructor_o...
Help with Integration functionIf you look at the code that I posted in response to this original question, you should find all of ...