SDL 库 无法解析的外部符号 __imp__fprintf

VS2015 在链接器-》命令行 里加入legacy_stdio_definitions.lib 

另外一个常见错误关于stderr的用

extern "C" { FILE __iob_func[3] = { *stdin,*stdout,*stderr }; }
原文地址:https://www.cnblogs.com/zhaogaojian/p/5646885.html