本文介绍了sprintf相当于c ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
c-function''sprintf'是否有c ++等效函数?
谢谢,
leo
hello,
is there a c++ equivalent function to the c-function ''sprintf''?
Thank you,
leo
推荐答案
是的。它的名字是sprintf。
-
Pete
Roundhouse Consulting,Ltd。()作者
标准C ++库扩展:教程和参考
()
Yes. Its name is sprintf.
--
Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com) Author of "The
Standard C++ Library Extensions: a Tutorial and Reference
(www.petebecker.com/tr1book)
是的。它的名字是sprintf。
Yes. Its name is sprintf.
也许你想使用stringstream。
Maybe you want to use stringstream.
这篇关于sprintf相当于c ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!