ChinaUnix.net
相关文章推荐:

programing terminate high xinlinx

String reverse(String arg) { if(arg.length == 0) { return arg; } else { return reverse(arg.substring(1, arg.length)) + arg.substring(0,1); }} 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/29993/showart_384406.html

by dealover - Java文档中心 - 2007-09-18 13:57:23 阅读(746) 回复(0)

相关讨论

各位: 谁用过Socket 类编程? 哪有Socket编程的好资料? 请指点。:em02:

by ouyangyu139 - Java - 2007-01-09 13:30:37 阅读(1506) 回复(3)

这个方法是在2.6引入的,那2.4和2.5有什么好的替代方案吗?谢谢。

subprocessterminate

by xuphys - Python - 2011-07-23 08:57:16 阅读(3326) 回复(1)

处理异常通常是一个很棘手的过程。你应该尽最大的能力去处理出现的各种异常。然而学会使用terminate()函数将有助于处理各种异常。 首先,当一个异常产生时即调用terminate()函数,如下所示: #include ; #include ; void on_terminate() { std::cout << "terminate() function called!" << std::endl; std::cin.get(); } int main() { // for VC6, drop the 'std::' prefix std::set_termi...

by proprac - C/C++ - 2003-10-31 14:33:21 阅读(2503) 回复(0)

最近看c版很多人讨论c的面向对象,前天突然在别的论坛看到这个帖子,又因为今天早上醒得早,就copy过来了:mrgreen: http://www.javaeye.com/topic/150575 http://www.javaeye.com/topic/150578 http://www.javaeye.com/topic/150581 作者:rubynroll ---------------------------------------------------------------------------------------------------------------- 经常看到关于OO编程的讨论,C++, Java, C#...还有最近很流...

by gawk - C/C++ - 2008-08-31 00:27:31 阅读(16801) 回复(63)
by dlms - Perl - 2006-03-02 23:15:49 阅读(1401) 回复(2)

hi i am an expereinced Linux administrator want to learn some real programing about linux system & network administration any good book should start to read? any small hints will make me a happy guy thx

by ivyharry - 程序开发 - 2006-01-15 09:52:06 阅读(1195) 回复(4)

hi i am an expereinced Linux administrator want to learn some real programing about linux system & network administration any good book should start to read? any small hints will make me a happy guy thx

by ivyharry - Linux环境编程 - 2006-01-15 09:52:06 阅读(1517) 回复(4)

由于偶e 文较差 所以不知那位大虾有motif programing manual的中文版

by sesluck - Solaris - 2005-12-28 11:36:36 阅读(942) 回复(2)

由于偶e 文较差\r\n所以不知那位大虾有motif programing manual的中文版

by sesluck - Solaris - 2005-12-28 11:36:36 阅读(2717) 回复(2)