2008年8月16日

linux多线程的总结(pthread用法)

摘要: #include int pthread_create(pthread_t *restrict tidp,const pthread_attr_t *restrict attr, void *(*start_rtn)(void),void *restrict arg); Returns: 0 if OK, error number on failure 第一个参数为指向线程标识符的指针。 第... 阅读全文

posted @ 2008-08-16 19:38 cy163 阅读(41831) 评论(1) 推荐(1) 编辑

STL container

摘要: Disclaimer I started looking at STL in 1995; for a long time I could compile only minimal subsets of the HP version of the library. More recently, the compilers used by the students I teach have been... 阅读全文

posted @ 2008-08-16 18:38 cy163 阅读(873) 评论(0) 推荐(0) 编辑

导航