Go Back   Computer Forums
Join Computer forums Today


View Single Post
Old 07-18-2004, 11:38 AM   #3
0x54
In Runtime
 
0x54's Avatar
 
Join Date: Jul 2004
Posts: 157
Default

Code:
void copy_arr(double source[], double target[], int number)
{
        int i;

        for(i=0;i<number;i++)
                target[i] = source[i];
}
is that what you wanted?
0x54 is offline   Reply With Quote
 

All times are GMT -5. The time now is 04:07 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.