[閒聊] C syntax proposal int * a,b

作者: KanzakiHAria (神崎・H・アリア)   2022-04-05 12:00:06
原文
https://twitter.com/typeswitch/status/1510994241631227907
int* a, b; // both a and b are pointers
int *a, b; // a is a pointer, but b isn't
int * a, b; // a is a pointer, whether b is a pointer is implementation-defined
這個還算好笑
歷史愚人節笑話回顧
C++ deprecating raw pointer
https://www.cppstories.com/2018/04/deprecating-pointers/
作者: Dracarys (MayShowGunMore)   2022-04-05 13:18:00
那int *a, b(void);的b是function declaration還是pointer?打錯 我想說的是int* a, b(void);
作者: CoNsTaR ((const *))   2022-04-05 13:46:00
樓上沒看內文齁 抓到 XD
作者: Dracarys (MayShowGunMore)   2022-04-05 18:08:00
如果b是function pointer那是回傳int還是int*啊
作者: testPtt (測試)   2022-04-06 11:19:00
只好打int*a,b了
作者: ck574b027 (荒圍!定厝!賊!妹!)   2022-04-06 14:54:00
https://stackoverflow.com/questions/1642028最好笑的肯定是這個,雖然不是愚人節
作者: Lipraxde (Lipraxde)   2022-04-06 15:03:00
真的好笑XDD
作者: peter98 (新兵)   2022-04-07 03:08:00
純粹好奇 如果打int* a, *b; b是pointer還是pointerto pointer XD我習慣是寫int *a, *b; 保證沒問題
作者: CoNsTaR ((const *))   2022-04-07 03:27:00
我已經分不清楚誰是在反串誰是真的在問問題了
作者: sarafciel (Cattuz)   2022-04-07 13:31:00
ck那篇也太歡樂XDD 以後就叫arrow operator好了(X
作者: Dracarys (MayShowGunMore)   2022-04-10 01:58:00
這比較有料https://bit.ly/3NZI4CJ

Links booklink

Contact Us: admin [ a t ] ucptt.com