收录查询

文章分类 -  TEMP文章[粘了再说]

摘要:http://beej.us/guide/bgnet/output/html/singlepage/bgnet.htmlhttp://www.cse.buffalo.edu/~milun/unix.programming.htmlhttp://www.uwo.ca/its/doc/courses/notes/socket/http://www.ubookcase.com/book/Cisco/TC... 阅读全文
posted @ 2007-05-24 15:41 -> 阅读(187) 评论(0) 推荐(0)
摘要:1. Linux 2.6.20 Kernel APIhttp://www.gnugeneration.com/2. Linux man pageshttp://www.die.net/doc/linux/man/ 3. C standard libraryhttp://en.wikipedia.org/wiki/C_standard_library4. GNU C++ Standard Li... 阅读全文
posted @ 2007-05-24 12:52 -> 阅读(282) 评论(0) 推荐(0)
摘要:肥肥世家:http://www.ringkee.com/note FREEBSD XFree86学习笔记: http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=147450&start=0&postdays=0&postorder=asc&highlight=makefile第1:http://www.u... 阅读全文
posted @ 2007-05-21 15:56 -> 阅读(360) 评论(0) 推荐(0)
摘要:我用vc的appwizard做了一个基于mfc regular,dynamic link to mfc的dll框架,在里面写了一个函数:int _stdcall MyFunc1(int i){ return i;}然后在.def文件中输出了它。但是当我在用vc程序中用loadlibrary的时候,却出现了下面的错误:debug error!the value of esp was not p... 阅读全文
posted @ 2006-09-25 18:12 -> 阅读(1094) 评论(1) 推荐(0)
摘要:先看看MSDN中对main函数的说明: Arguments to main ANSI 2.1.2.2.1 The semantics of the arguments to main In Microsoft C, the function called at program startup is called main. There is no prototype declared for ... 阅读全文
posted @ 2006-09-23 16:06 -> 阅读(408) 评论(0) 推荐(0)
摘要:看PLATFORM SDK---------Text Services Framework中的内容时,不知道这里面都讲啥??是不是可以实现文本着色等功能???Dale RogersonMicrosoft 网络开发技术小组 摘要 这篇文章考察了使用C++巧妙的接口指针去访问元件对象模型(COM)接口。SICBENT样本应用程序与这篇文章相关。介绍 很久以前,在非常黑暗的过去,Nig... 阅读全文
posted @ 2006-09-20 17:42 -> 阅读(604) 评论(0) 推荐(0)