bennyhuo / Bennyhuo

bennyhuo.vercel.app
9 stars 3 forks source link

C 语言版的 println? | Bennyhuo #41

Open bennyhuo opened 4 years ago

bennyhuo commented 4 years ago

https://www.bennyhuo.com/2020/06/14/c-println/

Kotlin 当中的 println 非常好用,可是 C 当中我们常用的 printf 却总是需要格式化字符,并且需要手动提供换行符。

lgzh1215 commented 4 years ago

我还以为你用Kotlin写了一个C语言版的printf,并且能在写出下面代码的时候得到一个编译期错误

printf("%s\n", 1)

tql

bennyhuo commented 4 years ago

......

--------------原始邮件-------------- 发件人:"Dexlind "<notifications@github.com>; 发送时间:2020年6月18日(星期四) 晚上10:11 收件人:"enbandari/Bennyhuo" <Bennyhuo@noreply.github.com>; 抄送:"Bennyhuo "<bennyhuo@kotliner.cn>;"Author "<author@noreply.github.com>; 主题:Re: [enbandari/Bennyhuo] C 语言版的 println? | Bennyhuo (#41)

我还以为你用Kotlin写了一个C语言版的printf,并且能在写出下面代码的时候得到一个编译期错误 printf("%s\n", 1)

tql

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.