QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 989|回复: 4

SDL,WINDOWS下的问题

[复制链接]
发表于 2005-7-6 14:54:54 | 显示全部楼层 |阅读模式

#include <stdlib.h>
#include <SDL/SDL.h>

main(int argc, char *argv[])
{

printf ("adfasdfsda");
}
这样一段代码编译完成的后,竟然执行的时候什么都没有输入!
发表于 2005-7-6 17:18:07 | 显示全部楼层
当然是没有输入啦。楼主原想说没输出的罢?
回复

使用道具 举报

 楼主| 发表于 2005-7-6 17:33:01 | 显示全部楼层
对,打错字!
回复

使用道具 举报

发表于 2005-7-6 18:58:30 | 显示全部楼层
这个……printf和sdl没关系吧……
你没看到输出是因为输出流没有刷新……你输出时在后面加个'\n'就好了
回复

使用道具 举报

 楼主| 发表于 2005-7-7 08:17:34 | 显示全部楼层
One last thing: when you do printf(...) when having the SDL stuff in the project options in Dev-C++ the output of printf is written to a file called stdout.txt, not the screen.


原来是这么回事
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 17:32 , Processed in 0.046289 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表