这个Corsair Carbide 500R很漂亮呀# Hardware - 计算机硬件
h*g
1 楼
借Google大侠的名字发个贴
我下面的c program为何不work?
#include
#include
int main(){
const char * cstr="Hello";
int array_size=0;
while(cstr!=NULL){
printf("%c\t",*cstr);
cstr++;
}
return 0;
}
菜鸟一个,谢谢了
我下面的c program为何不work?
#include
#include
int main(){
const char * cstr="Hello";
int array_size=0;
while(cstr!=NULL){
printf("%c\t",*cstr);
cstr++;
}
return 0;
}
菜鸟一个,谢谢了