NelsonChung's blog
邁向偉大的航路
值得推薦給獨一無二的你
空中英語教室廣播檔分享粉絲團
Simon Studio婚禮攝影工作室
繪心一笑DIY蛋糕房Facebook粉絲團
繪心一笑DIY蛋糕房
Rich
常用資源
Gnu make
Gnu C library
git doc
Detail ToC
Ubuntu常用軟體
image share
pastie
QT OnLine Ref
2008年2月18日 星期一
sizeof vs strlen
char cname[50] = "";
int i = strlen(cname);
int j = sizeof(cname);
Result:
i = 0;
j = 50;
strlen: 計算目前char的長度(Get the length of a string.)
sizeof: The sizeof operator yields the size of its operand with respect to the size of type char
透過Facebook分享
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言