comeaucomputing.com
General C++ FAQ
http://www.comeaucomputing.com/faqs/genfaq.html
Comeau Computing/Comeau C FAQ. Can you tell me something about Comeau Computing? What is Comeau's involvement in C history? How does Comeau C alleviate transitions? Where does Comeau C 4.3.3 fit into the big picture? What does the Comeau C package include? Can Comeau C run on any computer system? Will Comeau C be ported to other systems? How much does technical support cost? How much does Comeau C 4.3.3 cost? Can you tell me more about C Compiler Support? What exactly is C? What else does C offer? Comeau...
comeaucomputing.com
ISO/ANSI C++ Committee Public Issues Lists, provided as a community service by Comeau Computing
http://www.comeaucomputing.com/iso
Bursting With So Much Language Support It Hurts! C and C Compiler Solution Based On The Language Clauses Of ANSI/ISO Standard C and Standard C. 433 Available For Windows, LINUX, Solaris and Online. Now With C99 Language Support! Libraries Available For Use With Comeau. NEW 43.3 FEATURES! Test Comeau C/C Online! Standard C Press release. Thoughts from Greg Comeau. C and C Tech Talk. Change your Email path. Purpose of this page. From the ANSI Standard Store. Register. There and get a copy for $18. And lite...
stlchina.huhoo.net
C++ STL(标准模板库) 学习资源列表 - STLLearnResouce < Main < TWiki
http://stlchina.huhoo.net/twiki/bin/view.pl/Main/STLLearnResouce
Center of STL Study(最优秀的STL学习网站). Dinkumware (VC/VC.net STL.net)官方网站. 也是常说的P.J. STL官方网站。 The C Standard Library : A Tutorial and Reference. 目前已经有中文版,书名为 C 标准程序库 候捷和孟岩翻译,华中科技大学出版社。 Effective STL是一本非常好的书,帮助你更好的理解STL,其作者就是 Effective C 一书的作者。 如果你已经初步了解了STL的容器、迭代器、算法和函数,而又想更好的了解STL,那么 Effective STL 是你的最佳选择。 如果你想看看其他人翻译得,也可以查看 Effective STL 中文版(大全). Set MYTITLE = C STL(标准模板库) 学习资源列表. Topic revision: r2 - 2005-07-09 - WinterWen. Attach file or image. Edit topic preference settings.
adjoint-functors.net
Ralph L. Wojtowicz
http://www.adjoint-functors.net/Comp.html
Linux Device Drivers book. C standards issues and papers. C Nutshell web site. Cs331: Claude Anderson's unix course at RHIT. The Practice of Programming" by Kernighan and Pike. The UNIX programming environment" by Kernighan and Pike. UNIX Version 7 manuals. A Chronology of Digital Computing Machines (to 1952). Java Development Environment for Emacs. Special function implementations: fdlibm. Java Memory Model and Thread Specification. Overview of Java memory model and thread specification.
comeaucomputing.com
comp.std.c++ frequently asked questions
http://www.comeaucomputing.com/csc/faq.html
Compstd.c frequently asked questions. Last updated 10 December 2008. NOTE: The technical issues which took comp.std.c offline have been resolved, and the newsgroup should be working as usual. Compstd.c : administrative issues. The C standard and the standardization committee. A comp.std.c : administrative issues. What is comp.std.c 's moderation policy? How can I tell whether my post belongs in comp.std.c , in comp.lang.c , or somewhere else? How do I submit a posting to comp.std.c? Describes generally a...
deuxmille.org
善输,小错 - Part 5
http://www.deuxmille.org/page/5
对Visual Studio 2008 中CLAPACK的安装方法的一个补充. 打开CLAPACK-3.1.1-VisualStudio文件夹,先把 LIB Win32的lib都删了,以免混淆. 依次编译F2CLIBS,tmglib,blas,CLAPACK,结果是在 LIB Win32下依次生成了 libf2cd.lib,tmglibd.lib,BLASd.lib,clapackd.lib. 工具- 选项- 项目和解决方案- vc 目录- 包含文件处添加 INCLUDE目录. 工具- 选项- 项目和解决方案- vc 目录- 库文件处添加 LIB Win32目录. 项目属性- 连接器- 输入- 附加依赖项libf2cd.lib BLASd.lib clapackd.lib tmglibd.lib. 项目属性- 连接器- 输入- 忽略特定库Libcmtd.lib. 原来是Libcmtd.lib和MSVCRT.lib两个默认库和libf2cd.lib的冲突造成的链接问题。 LAPACK的主页是 http:/ www.netlib.org/lapack/. Win32 - Release no wrap.
naughter.wordpress.com
MFC Feature Pack for Visual C++ 2008 | PJ Naughter's space
https://naughter.wordpress.com/2008/01/12/mfc-feature-pack-for-visual-c-2008
PJ Naughter's space. Musings on Native mode development on Windows using C. MFC Feature Pack for Visual C 2008. MFC Feature Pack for Visual C 2008. January 12, 2008. I’ve just downloaded and installed the beta of the MFC and TR1 enhancements for Visual C 2008 and started to play around with the new functionality. You can download the beta from http:/ www.microsoft.com/downloads/details.aspx? The new MFC functionality is not new code developed in house by MS but has been licensed from the Russian software...
stlchina.huhoo.net
C++ STL编程轻松入门基础 - STLEasyStudy < Main < TWiki
http://stlchina.huhoo.net/twiki/bin/view.pl/Main/STLEasyStudy
或许此时,作为一个具有较高素养的程序员的你还不肯罢休 或者是一个喜欢偷懒的优等生: ,因为你会想到,如果以后还遇到这样的情况怎么办 没有必要再做一遍同样的事情吧. 但是,如果说整个软件领域里,数十年来确实都在为了一个目标而奋斗- 可复用性 reusability ,这看起来似乎并不夸张。 从最早的面向过程的函数库,到面向对象的程序设计思想,到各种组件技术 如 COM、EJB ,到设计模式 design pattern 等等。 而STL也在做着类似的事情,同时在它背后蕴涵着一种新的程序设计思想- 泛型化设计 generic programming。 且慢,如果下一回的List里放的不是浮点数而是整数呢 如果你所实现的Map在效率上总是令你不太满意并且有时还会出些bug呢 你该如何面对这些问题 使用STL 是一个不错的选择,确实如此,STL可以漂亮地解决上面提到的这些问题,尽管你还可以寻求其他方法。 STL Standard Template Library ,即标准模板库,是一个具有工业强度的,高效的C 程序库。 这便是现在的STL的雏形 同时也是STL的一个实现版本- HP STL。 在他的鼓励与帮助下...
bannalia.blogspot.com
Bannalia: trivial notes on themes diverse: October 2013
http://bannalia.blogspot.com/2013_10_01_archive.html
Bannalia: trivial notes on themes diverse. Sunday, October 27, 2013. Insertion complexity of C unordered associative containers. C unordered associative containers make the beautiful promise of (average) constant time insertion provided hashing is done properly. Let's see the algorithmic theory hash table insertion relies on. We restrict ourselves to discussing containers not allowing duplicate elements ( unordered set. Which, for the purpose of this analysis, are entirely equivalent). For the sake of ge...