Is it still safe to use snprintf function in C++?

后端 未结 0 727
青春惊慌失措
青春惊慌失措 2020-12-04 12:52

Confused when trying to research about the use of snprintf in C++. I see some online recommends the use of snprintf over sprintf as below.

snprintf(str, sizeo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题