Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  STL

摘要:https://katyscode.wordpress.com/2013/08/17/c11-multi-core-programming-ppl-parallel-aggregation-explained/ In the first part of this series we looked a 阅读全文
posted @ 2016-04-25 10:02 NickyYe 阅读(823) 评论(0) 推荐(0)

摘要:https://katyscode.wordpress.com/2013/05/17/introduction-to-multi-threaded-multi-core-and-parallel-programming-concepts/ In this article I’m going to p 阅读全文
posted @ 2016-04-25 10:01 NickyYe 阅读(262) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/cjcy1984001/article/details/6675669 线程开始和停止函数! unsigned long _beginthreadex( void *security, unsigned stack_size, unsigned ( __st 阅读全文
posted @ 2016-04-25 09:41 NickyYe 阅读(5043) 评论(0) 推荐(0)

摘要:翻译并且学习了A Practical Guide To STL,最后附有pdf版本的Download,算是STL的菜鸟级实用入门,疏于修正错误恐多,请多执教。 http://www.codeproject.com/vcpp/stl/PracticalGuideStl.asp 翻译:NickyYe@seu(NickyYe@163.com) 介绍 STL (Standard Template Lib... 阅读全文
posted @ 2007-02-08 23:40 NickyYe 阅读(488) 评论(1) 推荐(0)

摘要:http://www.codeproject.com/vcpp/stl/PracticalGuideStl.asp Introduction STL (Standard Template Library) is a good skill for anyone programming C++ in the modern day. I must say that it takes some getting used to, i.e. there is a fairly steep learning curve, and some of the names that are used are not very intuitive (perhaps because all of the good names had been used up). The upside is once learned they will save you headaches down the road. Compared to MFC containers, they are 阅读全文
posted @ 2007-02-08 00:05 NickyYe 阅读(390) 评论(0) 推荐(0)