RFC3092 "foo" 的词源 (RFC3092 Etymology of "foo") 本备忘录状态 This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited. 版权声明 Copyright (C) The Internet Society (1999). All Rights Reserved. 摘要 至今大约有212 个RFC, 从RFC 269 开始,包含了术语'foo','bar'或'foobar' 作为伪变量(me...
各位高手: 我现在正用sdl设计一个界面,界面包括背景位图和前景文字两部分,为了方便清除文字,我把背景和文字分别放在两个SURFACE里,同时,为了文字的SURFACE不把背景的SURFACE覆盖,我把前景设置成为透明,请问,我可以用什么办法清除文字
有人用sdl写程序吗? 我刚刚开始学习使用它 写了个简单的hello.c 编译的时候正常通过 但是如果加上-static参数就不行 出现一堆错误 请问这是怎么回事? ---------------------------------------------------------------- lwSUSE:~/code/sdl # cc sdl_test.c -static `sdl-config --cflags --libs` /usr/lib/libsdl.a(sdl_alsa_audio.o): In function `UnloadALSALibrary': sdl_alsa_audio.o(.text+0x2a): undefined reference to ...