User profile: bruntmjust

User info
User name:bruntmjust
Old user name:bruntmju
Name:Justin
Location:Oregon
Bio:Just a beginner at c++ programming and looking for help with some programs along with learning how to master c++ the best I can.
History
Joined:
Number of posts:49
Latest posts:

Help with Integration function
@ Chervil Thank you for all of your help! I am glad to say I got the code working pretty well! I am ...

Help with Integration function
Okay I will try that. Thank you again. would you like to see all of my code? when you are not busy...

Help with Integration function
[code]ouble rect_integral(double a, double b, int n, int choice) { double (* fx) (double); switch ...

Help with Integration function
would I be using i=1; i<=n; i++ ?

Help with Integration function
okay so how should I make this for loop look?