摘要:
#include<iostream>using namespace std; int main() { char a[] = "abcdefg"; string s = a; int len = sizeof(a); //len = 8; int len_s = sizeof(s); // len_ 阅读全文
posted @ 2016-09-04 22:53
wj0816
阅读(198)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std; int main() { char a[] = "abcdefg"; string s = a; int len = sizeof(a); //len = 8; int len_s = sizeof(s); // len_ 阅读全文
posted @ 2016-09-04 22:53
wj0816
阅读(198)
评论(0)
推荐(0)
|