User profile: redbull805

User info
User name:redbull805
Old user name:redbul805
Name:Redbull
Location:USA
Bio:New to programming, c++ is the first language I am currently learning.
Statistical data
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:5
Latest posts:

rate calculator function.
I figured it out #include <iostream> #include <cmath> using namespace std; float future_value(flo...

rate calculator function.
I have to make a function that will calculate the interest using this formula current * (rate + 1)^ ...

Mac and PC
I wrote this program in class today, a simple paper, rock, scissors game. When I compiled it and ran...

c++ adding numbers to each line
NT3 Thanks a lot that worked.

c++ adding numbers to each line
Need some help, writing a program that will read the text from a file, but when it prints it out to ...