#define content 8;
#include //輸出輸入函數
#include //標準輸出入函數
#include //時間函數
#include //旗標函數
#include
using namespace std ;
int main () //函數作業
{
int standar [8]={2,2,5,7,4,3,8,2};
int testcp []={0};
int testdl [8]={0,0,0,0,0,0,0,0};
int i,j;
for(i=0;i<8;i++)
{
testcp[i]=standar[i];
cout<<"the copy array testcp["< }
cout<<"======================================================================================="< for(i=0;i<8;i++)
{
cout<<"the delete array testdl["< }
cout<<"======================================================================================="< for(j=0;j<8;j++)
{
standar[j]=testdl[j];
cout<<"the delete array standar["< cout<<"the delete array testdl["< }
system ("pause");
return 0;
}
檢視圖片
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
留言列表