Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
トピックのように、sprintf_s メソッドのコーディングをどこから始めればよいかわかりません。switch-case で解決しようとしましたが、どこから始めればよいかわかりません。助けてくれてありがとう!
ここから始めます。
ドキュメンテーション
int sprintf_s( char *buffer, size_t sizeOfBuffer, const char *format, ...) { int ret_val = 0; [...Fill stuff in here...] return ret_val; }