Skip to content
Qt 6.11 is out! See what's new in the release blog
  • vsprintf can not work on mac OS

    Unsolved C++ Gurus vsprintf mac os
    4
    0 Votes
    4 Posts
    3k Views
    M
    What does the debugger say ? It can crash in many ways. Maybe you could use a large static buffer: char dest[1000]; and use vsnprintf, vswprintf instead.