If you really want to program in C:
Use the plain old standard strncpy
.
If you're programming in C++:
Use the plain old standard string class std::string
.
(hint: You probably want the latter. C strings are just bugs waiting to happen, even if you use the "secure" *_s
functions. C++ added a string class for a reason)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…