Languages
- 1363
- viksoe.dk
- C++, MFC, ATL, WTL and COM code downloads, examples and libraries, including ActiveX controls and IE plugins.
- 1365
- C++ Source Codes Library @ VyomWorld.com
- Contains Source Codes in C++ under different categories, including Data Structures and Computer Graphics.
- 1366
- C++ World
- A collection of C/C++ tips, book recommendations, libraries. Also offers a free socket library and example programs.
- 1368
- Mixed Language Programming Using C++ and FORTRAN 77
- Describes a portable method for mixing FORTRAN 77 and C++ in a single development project.
- 1369
- The C++ Resources Network
- Includes references, tutorials, and a forum section where users can share their problems and ideas.
- 1370
- The C++ Virtual Library
- The C++ section of the Programmer's Virtual Library. Contains links to documents, tutorials, and FAQs.
- 1371
- Toolbox for IT C Languages Community
- Offers forums for discussion, an integrated directory, daily news and other services geared towards C++ professionals and users of C++ products.
- 1372
- Toolbox for IT C++ Discussion Group
- A peer-to-peer resource for objective technical discussion on C++.
- 1373
- Yechiel's Preferred C and C++ Books and Internet Sites
- A collection of information on books and Internet sites related to C and C++. With links to reviews of bad books, tips for choosing good books, and C/C++ courses material.
- 1375
- Adding "extern template" (Version 2)
- A number of compilers allow the programmer to suppress the implicit instantiation of templates by prefixing an explicit instantiation directive with the extern keyword. This document proposes specific semantics for this feature.
- 1376
- Bjarne Stroustrup Expounds on Concepts and the Future of C++
- Danny Kalev asks Bjarne the hard questions about concepts and C++'s future.
- 1377
- Concepts (Revision 1)
- Concepts introduce a type system for templates that makes templates easier to use and easier to write. By checking the requirements that templates place on their parameters prior to template instantiation, concepts can eliminate the spectacularly poor error messages produced by today’s template libraries, making them easier to use. [PDF]