Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - snprintf
Does dmc implement the c99 function snprintf? My code containing calls to snprintf won't link. However vsnprintf seems to be implemented which makes snprintf easy to write. Is this an oversight. May 10 2004
In article <c7ohe4$fma$1 digitaldaemon.com>, coder says...Does dmc implement the c99 function snprintf? My code containing calls to snprintf won't link. However vsnprintf seems to be implemented which makes snprintf easy to write. Is this an oversight. May 10 2004
If the number of charactors to written exceed count,then -1 will be returned. So just increase count. "coder" <coder_member pathlink.com> 写入消息新闻 :c7ohe4$fma$1 digitaldaemon.com...Does dmc implement the c99 function snprintf? My code containing calls to snprintf won't link. However vsnprintf seems to be implemented which makes snprintf easy to write. Is this an oversight. Aug 30 2004
|