代码的意思是什么?
char temp2[260];strcpy( temp2 , dir );
char* temp = strchr( path , '\\');
temp++;
strcat(temp2 , temp );
mkdir( temp2 ); 这的具体意思是什么?我有点迷糊!!
char temp2[260];strcpy( temp2 , dir );
char* temp = strchr( path , '\\');
temp++;
strcat(temp2 , temp );
mkdir( temp2 ); 这的具体意思是什么?我有点迷糊!!
2007-03-16 17:26

2007-03-16 18:20
2007-03-16 21:55