
面试题
文章平均质量分 58
zgbsoap
这个作者很懒,什么都没留下…
展开
-
一个blog,关于java方面的面试题
http://www.itebook.net/blog/more.asp?name=ff2004&id=159转载 2005-10-01 21:30:00 · 909 阅读 · 0 评论 -
C/C++面试题目集锦
http://cnwyy.yculblog.com/post.256031.html转载 2005-10-01 21:49:00 · 1013 阅读 · 0 评论 -
C++面试题--(二)
http://grisson.cnblogs.com/archive/2005/08/21/219721.html1。在C++中有没有纯虚构造函数? 2。在c++的一个类中声明一个static成员变量有没有用? 3。在C++的一个类中声明一个静态成员函数有没有用? 4。如何实现一个非阻塞的socket? 5。setsockopt, ioctl都可以对socket的属性进行设置,他们有什么不同? 6转载 2005-10-05 01:04:00 · 1515 阅读 · 0 评论 -
面试题(杂)
http://www.blog.bcchinese.net/longli/archive/2005/07/16/28973.aspx转载 2005-11-04 20:25:00 · 1254 阅读 · 0 评论 -
JAVA面试题集
http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=121&threadID=19140&tstart=150转载 2005-11-05 01:19:00 · 881 阅读 · 0 评论 -
C++语法题
#include class human{public:human(){ human_num++;};static int human_num;~human(){human_num--;print();}void print(){cout}protected:private:};int human::human_num = 0;human f1(human x){x.print();return转载 2005-11-02 15:42:00 · 1814 阅读 · 1 评论 -
面试题集锦
http://www.51ea.org/place/index_interview.htm转载 2005-11-29 19:13:00 · 1032 阅读 · 0 评论