Heim  >  Fragen und Antworten  >  Hauptteil

c++ - codeblocks编译项目显示‘vsnprintf’未定义!

error: ‘vsnprintf’ was not declared in this scope|

ubuntu,我明明包含了#include <stdarg.h>头文件,为什么还是这么显示?

迷茫迷茫2764 Tage vor535

Antworte allen(2)Ich werde antworten

  • 黄舟

    黄舟2017-04-17 13:57:43

    使用_vsnprintf函数,这个是C标准库函数。

    Antwort
    0
  • 阿神

    阿神2017-04-17 13:57:43

    我C,加了个#include <stdio.h>居然行了,搞不懂

    Antwort
    0
  • StornierenAntwort