codeblock+MinGW使用中的几个问题
1. codeblock+MinGW使用 sprintf (...)函数 出现未定义的错误。
我添加了 #include <cstdlib> 和 #include <iostream>
这两个头文件,尽然不能用sprintf (...)函数, 非得添加 #include <stdio.h> 头文件才可
1. codeblock+MinGW使用 sprintf (...)函数 出现未定义的错误。
我添加了 #include <cstdlib> 和 #include <iostream>
这两个头文件,尽然不能用sprintf (...)函数, 非得添加 #include <stdio.h> 头文件才可