Programming
Subcategories
Browse by subcategory.
- 014 linksBrowse
- 0222 linksBrowse
- 0353 linksBrowse
- 045 linksBrowse
- 054 linksBrowse
- 0614 linksBrowse
- 074 linksBrowse
- 080 linksBrowse
- 095 linksBrowse
- 102 linksBrowse
- 1111 linksBrowse
- 1216 linksBrowse
- 131 linksBrowse
- 1465 linksBrowse
- 15792 linksBrowse
- 162 linksBrowse
- 171 linksBrowse
- 182 linksBrowse
- 191 linksBrowse
- 2034 linksBrowse
- 211 linksBrowse
- 2214 linksBrowse
- 232 linksBrowse
- 2418 linksBrowse
- 254 linksBrowse
Listings
All links in this category.
Showing 301–350 of 1,077 editor-approved links.
Discusses ColdFusion and Object-Oriented design principles.
Blog to discuss ColdFusion 8, Flex, and related technologies.
A personal weblog about developing in ColdFusion.
A blog dedicated to Adobe technologies and web development, including ColdFusion, Flex and Flash. Also covers JQuery and general web design and development.
FREE DHTML scripts for download.
Provides iHTML programming and hosting services.
A basic tutorial showing how to write simple socket servers. Source code, glossary and examples are also available.
An open source internet component suite comprised of popular internet protocols that is included in both Delphi 6 and Kylix. Both client and server implementations are included as well as full source code and demos.
Builds on DOM 2 core, adding interfaces specific to HTML documents.
The pre-eminent source for APL products and services in Canada.
A UK company specialising in bespoke APL software.
An extended APL interpreter and compiler. Converts APL functions into portable C source files. Supports nested arrays, APL symbols, and extended style control structures.
Tutorial for C and C++ programmers to show them what Ada can provide and how to set about turning the knowledge and experience they have gained in C/C++ into good Ada programming.
Home of book in Javier Miranda's Ada Corner. Onlen, PDF, PS versions. Changes history.
Interoperable Heterogeneous Data Access.
Diverse, almost two decades old tools for Ada programming.
from Usenet FAQ Archive. Maintained by Magnus Kempe.
Articles and publications by a designer working in Paris. AdaBroker (set of tools and libraries that can be used to develop CORBA applications in Ada) creator. Articles.
The fusion of Ada technology with the www and Ada to JVM compilers.
Modifications of the (old) Glade 1.03p version for Windows.
Growing article, with links to related topics. [Wikipedia]
Z80 emulator for Intel based x86 systems. [CAESAR]
Articles, optimization hints and algorithms, x86 related links.
Programs written by author in PowerBasic. Screensavers, file encryption prog, perpetual calendar.
A primary site for information on the XBasic programming language created by Max Reason. XBasic is Free and made available as open-source software.
Mailing list for XBasic users.
Introduction and very brief tutorial with short examples by Michael "Cup of Squirrels" Garwood.
This book is aimed at beginners taking a programming course and people learning C++ as self study. Support page contains instructor's guide, lecture slides and selected execise solutions.
This book provides information and detailed discussions of key design decisions that will add to the expert's understanding. (Bjarne Stroustrup)
A collection of platform-independent C++ class libraries that provides a five-layer framework containing an Object Library, IO and Timers, Threads, Inter-Process Communication, and Distributed Object Communication.
An objected-oriented technology firm, specializing in the C++ and Java programming languages.
Supplier of C and C++ compiler validation test suites. Provides validation testing services for C, C++, and POSIX conformance.
Developer of free and commercial C++ class libraries, high-performance C++ applications, distributed solutions via JAVA/CORBA/C++, JAVA applets and Python tools.
Open Source project to maintain and enhance the Watcom C, C++ and Fortran Compilers.
A C++ Rapid Application Development environment for the native Win32 platform. Features fast compile times, powerful debugging, and a highly productive IDE.
Introduces the concept of exception handling for handling program errors.
Discusses how to analyze the exception safety of a function. (Andrei Alexandrescu and David B. Held)
How to eliminate C++ memory leaks, errant pointers, stack problems and crashes.
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.
Answers the question of how much memory the various standard containers use to store the same number of objects of the same type T.
This article provides an in-depth look at the "pure virtual function called" error message.
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.
By B.M. Werther and D.M. Conway, Dept. Computer Science, Monash University, Melbourne.
Discusses implementation details like multiple inheritance, virtual functions and exception handling.
Reasonably complete list of Bjarne's publications.
Online information service for C++ and development related topics on Microsoft Windows platforms.
C++ blog by Sumant Tambe.
Tutorials, code, news, tools, forums, links.
A lot of Visual C++ and MFC sources, tips and tricks. Big developers forum.
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.