User profile: aperio

User info
User name:aperio
Location:Peoria, IL
Statistical data
Birthdate:Oct 9, 1977
Gender:Male
Occupation:Engineer
Skills:C++
Visual Basic
VB .NET
History
Joined:
Number of posts:15
Latest posts:

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 template
add [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 function
If you look at the code that I posted in response to this original question, you should find all of ...