摘要:
public member function <map> std::map::find iterator find (const key_type& k); const_iterator find (const key_type& k) const; Get iterator to element 阅读全文
摘要:
出处:http://blog.chinaunix.net/uid-28458801-id-4630215.html linux下syscall函数,SYS_gettid,SYS_tgkill 2014-11-18 12:12:23 分类: LINUX NAME syscall - 间接系统调用 SY 阅读全文
摘要:
ftell 函数, 运用实例:ftell(fp) >= size long ftell(FILE *stream); The ftell() function obtains the current value of the file position indicator for the strea 阅读全文