—SEC. 02 — Computers

Computers

Subcategories42
Indexed links7,290
Direct links0
Total subtree3,881
— SEC. 02
Listings

All links in this category.

Showing 3,851–3,900 of 7,290 editor-approved links.

Showing 50 on this page
Compilers
Open Watcom
www.openwatcom.org

Open Source project to maintain and enhance the Watcom C, C++ and Fortran Compilers.

Added May 10, 2026
Compilers
Turbo C++ Explorer
www.turboexplorer.com

A C++ Rapid Application Development environment for the native Win32 platform. Features fast compile times, powerful debugging, and a highly productive IDE.

Added May 10, 2026
Exception_Handling
C++ Exception Handling
www.eastcoastgames.com

Introduces the concept of exception handling for handling program errors.

Added May 10, 2026
Exception_Handling
Exception Safety Analysis
erdani.com

Discusses how to analyze the exception safety of a function. (Andrei Alexandrescu and David B. Held)

Added May 10, 2026
FAQs,_Help,_and_Tutorials
Crashproof C++
www.troubleshooters.com

How to eliminate C++ memory leaks, errant pointers, stack problems and crashes.

Added May 10, 2026
Memory_Management
To New, Perchance to Throw, Part 1
www.gotw.ca

Explains why a class that provides its own class-specific operator new(), or operator new[](), should also provide corresponding class-specific versions of plain new, in-place new, and nothrow new.

Added May 10, 2026
Memory_Management
Containers in Memory: How Big Is Big?
www.gotw.ca

Answers the question of how much memory the various standard containers use to store the same number of objects of the same type T.

Added May 10, 2026
Memory_Management
"Pure Virtual Function Called": An Explanation
www.artima.com

This article provides an in-depth look at the "pure virtual function called" error message.

Added May 10, 2026
Memory_Management
Smart Pointers in C++
www.informit.com

Andrei Alexandrescu discusses smart pointers, from their simplest aspects to their most complex ones and from the most obvious errors in implementing them to the subtlest ones--some of which also happen to be the most gruesome.

Added May 10, 2026
Papers
The Design and Implementation of SPECS: An Alternative C++ Syntax
www.csse.monash.edu.au

By B.M. Werther and D.M. Conway, Dept. Computer Science, Monash University, Melbourne.

Added May 10, 2026
Papers
C++ Internals
www.avabodh.com

Discusses implementation details like multiple inheritance, virtual functions and exception handling.

Added May 10, 2026
Papers
Publications by Bjarne Stroustrup
www.stroustrup.com

Reasonably complete list of Bjarne's publications.

Added May 10, 2026
Periodicals
DevX: C++ Zone
www.devx.com

Online information service for C++ and development related topics on Microsoft Windows platforms.

Added May 10, 2026
Personal_Pages
C++ Truths
cpptruths.blogspot.com

C++ blog by Sumant Tambe.

Added May 10, 2026
Resources
C++ Home
www.cpp-home.com

Tutorials, code, news, tools, forums, links.

Added May 10, 2026
Resources
CodeGuru - Visual C++
www.codeguru.com

A lot of Visual C++ and MFC sources, tips and tricks. Big developers forum.

Added May 10, 2026
Resources
Beyond the ARM
corfield.org

Explains the changes made to the C++ language by the joint ISO/ANSI C++ committee since Bjarne Stroustrup's ARM (Annotated Reference Manual) was published.

Added May 10, 2026
Resources
Toolbox for IT C++ Discussion Group
c.ittoolbox.com

A peer-to-peer resource for objective technical discussion on C++.

Added May 10, 2026
Resources
Developer Fusion - C/C++
www.developerfusion.com

Tutorials, articles and source code for C++ developers, a discussion forum plus UK jobs and blogs.

Added May 10, 2026
Standards
Bjarne Stroustrup Expounds on Concepts and the Future of C++
www.devx.com

Danny Kalev asks Bjarne the hard questions about concepts and C++'s future.

Added May 10, 2026
Standards
ISO/IEC 14882-2003
www.iso.org

Buy a PDF version of the official C++ programming language standard from the ANSI Electronic Standards Store.

Added May 10, 2026
Tools
Visual Code Browser for C/C++
www.fatesoft.com

Integrating code editor, analyzer and documentation generator with code flowcharting and visualization. [Shareware]

Added May 10, 2026
Tools
Visual GWin++
www.calcmaster.net

A visual Win32 C++ IDE for creating Windows applications. Includes the g++ compiler. [Open source, GPL]

Added May 10, 2026
Tools
EDoc++
edoc.sourceforge.net

A tool for C++ developers that provides a number of static source analysis checks of C++ exception usage. It also generates documentation for C++ exceptions that can be used with Doxygen.

Added May 10, 2026
Tools
Cfmake
cfmake.sourceforge.net

A tool to automatically create C++ classes that read in configuration files (Open Source, GPL).

Added May 10, 2026
Visual_C++
WndTabs
www.wndtabs.com

Add-in for Microsoft Developer Studio, adds a docking tab bar. Each tab names a window that's opened in the workspace. Also add-ins: Project Line Counter - gives line count statistics for Visual C++ project; Communication Library. [Open source]

Added May 10, 2026
Visual_C++
Write Faster Code with the Modern Language Features of Visual C++ 2005
msdn.microsoft.com

In this article Stephen Toub explains the new optimization technology of the next Visual C++ version. He also describes the new compilation modes that ensure Common Language Infrastructure compliance and verifyability for the .NET framework.

Added May 10, 2026
Articles
C# XML Directory Lister
www.codeproject.com

This code generates a list of entries in a directory as XML. The XML can be returned to the caller as an XML string, a W3C DOM document, or an ADO+ DataSet. By Greg Hack, The Code Project.

Added May 10, 2026
FAQs,_Help,_and_Tutorials
FunctionX.com: C# Practical Learning
www.functionx.com

Offers introductory tutorials.

Added May 10, 2026
Personal_Pages
Rishi, Rowan - I See Sharp
iseesharp.blogspot.com

A weblog about the C# language, as well as the author's point of view on various subjects related to programming and C#.

Added May 10, 2026
Personal_Pages
Georgi Kralev
sites.google.com

Articles on C# and .NET, videos, different tools and utilities developed with C#, Visual Studio controls, and resource links.

Added May 10, 2026
Resources
Borland C# Builder Developer Resources
www.csharpbuilder.info

Resources for Borland C#Builder, an IDE for C#.NET software development. Resources include news, tips, articles, and links to relevant web sites, newsgroups, and other information.

Added May 10, 2026
Resources
DevASP.Net For C# Developers
www.devasp.net

A Directory of C# (C-Sharp) resources, articles, samples, tutorials, scripts, applications and sample chapters arranged by category.

Added May 10, 2026
Tools
MonoDevelop
monodevelop.com

A project to port SharpDevelop to Gtk#.

Added May 10, 2026
Books
The Annotated Annotated C Standard
www.lysator.liu.se

This is a review of the book explaining some of the errors found.

Added May 10, 2026
Books
Writing Bug-Free C Code
www.duckware.com

Online book by Jerry Jongerius advocates a style of programming based upon classes, data abstraction, run-time type checking, and fault tolerant functions which results in bug-free C code. Sources, Amazon link for printed copy.

Added May 10, 2026
Books
The C Book
publications.gbdirect.co.uk

Complete online version of second edition book by Mike Banahan, Declan Brady and Mark Doran. Popular introduction to ANSI Standard C.

Added May 10, 2026
Compilers
LCC-Win32
www.cs.virginia.edu

A compiler system for Windows 95 - NT, includes lcc, a development environment, and other tools.

Added May 10, 2026
Compilers
Portable C Compiler
pcc.ludd.ltu.se

Originally a 1970s compiler updated for Linux. Compiles to C99 standard. Website features mailing lists, documentation and bug tracking system.

Added May 10, 2026
FAQs,_Help,_and_Tutorials
C for C++ Programmers
people.cs.uchicago.edu

By Ian Cooke. Highlights the differences with C++ including comments, input/output, memory allocation, variable declarations, constants, structures, booleans, libraries and suggested reading.

Added May 10, 2026
FAQs,_Help,_and_Tutorials
FriedSpace C Programming Tutorial
friedspace.com

Series of detailed tutorials for beginners in C, based around real world programming examples. Keyed to Pelles C.

Added May 10, 2026
FAQs,_Help,_and_Tutorials
comp.lang.c Frequently Asked Questions
www.eskimo.com

An HTML version of the Usenet comp.lang.c collection of questions, together with presumably definitive answers.

Added May 10, 2026
Libraries
diet libc
www.fefe.de

A small, static libc optimized for small size.

Added May 10, 2026
Libraries
The Endpoint Library
tangentsoft.net

Library for winsock applications.Currently only compatible with winsock v1.1.

Added May 10, 2026
Tools
Splint
www.splint.org

Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes.

Added May 10, 2026
Tools
GNU Source-highlight
www.gnu.org

Source-highlight, given a source file, produces a document with syntax highlighting. [Open source, GPL]

Added May 10, 2026
Tools
Cxref
www.gedanken.org.uk

Cxref is a C source code cross referencing and documenting program for UNIX, written by Andrew M. Bishop. Cxref makes both html and latex style document.

Added May 10, 2026
Developers
Diesel Repair Shop Accounting Software
www.acctpro.net

AcctPro is the core module of DieselPro and TopSpeed Repair Shop accounting software packages.

Added May 10, 2026
Third-Party_Templates_and_Utilities
CWaddons Lodestar Software
www.cwaddons.com

Provides product downloads, news, announcements, concepts and ideas on Clarion for Windows.

Added May 10, 2026
Third-Party_Templates_and_Utilities
Enabling Simplicity LLC
www.enablingsimplicity.com

The publisher of the UltraTree tree control manager, HyperBrowZe multilevel database browser, and Up and Up multiprocess database processing and reporting tool for Clarion ABC presents its products.

Added May 10, 2026