posts/embedded_fmtlib/ #26
Replies: 1 comment
-
很有用,帮大忙了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
posts/embedded_fmtlib/
众所周知,在c++20以上的标准已经支持了std::format进行格式化输出,不过显而易见,嵌入式领域想要得到支持显然遥遥无期。但是我们已经厌倦了使用sprintf等方式来格式化字符串,c++的流特性又显得不够优雅,怎么才能用上类似于Python中format这样的方式来格式化并输出想要的字符串呢。
https://cf.blog.halfsweet.cn/posts/embedded_fmtlib/
Beta Was this translation helpful? Give feedback.
All reactions