View Single Post
  #1  
Old 07-30-2010, 06:48 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default Need help splitting up a function into multiple files. How would you go about this?

C Program - Write main and two other functions named ComputeMaximum and ComputeMinimum that return the larger and smaller, respectively, of two type double arguments: 1. Each function must be in a separate file. 2. The files containing ComputeMaximum and ComputeMinimum may not contain...
__________________
C++
domain name forum
Reply With Quote