View Single Post
Join Date: Sep 2008
Posts: 4
Reputation: bone7_7 is an unknown quantity at this point 
Solved Threads: 0
bone7_7 bone7_7 is offline Offline
Newbie Poster

Re: error c2447(missing function header) old style formal list school style

 
0
  #4
Sep 28th, 2008
Originally Posted by Sci@phy View Post
The code is horrible. You still have a lot to learn.
But first:
  1. float calculate_mile_per_hour(float miles, float minutes) //; there's no semicolon here!!!
  2. {
  3. float mile_per_hour;
  4. miles_per_hour = (miles * 60)/minutes);
  5.  
  6. return (mile per hour);
  7. }

thank you
Reply With Quote