c++ - codeblocks编译项目显示‘vsnprintf’未定义!
迷茫
迷茫 2017-04-17 13:55:43
0
2
542
error: ‘vsnprintf’ was not declared in this scope|

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

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
黄舟

Use the _vsnprintf function, which is a C standard library function.

阿神

I am C, I added #include <stdio.h> and it worked, I don’t understand

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!