Design of applications and programs or C and C++ or Programming Paradigms
Browse in : All > Topics > Design
All > Web Links > Programming Languages > C and C++
All > Web Links > Technique > Paradigms
All of these categories
Options:
View Article Map
View Archives
[ Linux | C and C++ | Programming ] The GNOME development site.
Description : This site is for those who develop, or are interested in developing GNOME, and applications for GNOME. On this site you will find information about current GNOME projects, developer news, documentation, information on how to get involved, plus much more.
Source : Old site
Added on : 10 February 2006 21:57:32 +00:00 | Rate / Comment
[ Learning | C and C++ | Programming ] Borland Developer Network
Description : Borland Developer Network and Community
Source : Old site
Added on : 10 February 2006 21:46:53 +00:00 | Rate / Comment
[ C and C++ | Paradigms | Programming ] The development of the C language
Description : The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. Derived from the typeless language BCPL, it evolved a type structure; created on a tiny machine as a tool to improve a meager programming environment, it has become one of the dominant languages of today. This paper studies its evolution.
Source : Old site
Added on : 10 February 2006 21:45:22 +00:00 | Rate / Comment
[ C and C++ | Development Techniques | Programming ] The C Programming Language
Description : A classic book on C Programming by the creators of the language. The site provides information and errata.
Added on : 10 February 2006 21:41:25 +00:00 | Rate / Comment
[ Various | Paradigms | Programming ] Objective Caml
Description : Objective Caml is the most popular variant of the Caml language. From a language standpoint, it extends the core Caml language with a fully-fledged object-oriented layer, as well as a powerful module system, all connected by a sound, polymorphic type system featuring type inference.
Source : Old site
Added on : 10 February 2006 21:33:29 +00:00 | Rate / Comment
[ Various | Paradigms | Programming ] The Caml Language
Description : Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles. It has been developed and distributed by INRIA, France's national research institute for computer science, since 1985.
Source : Old site
Added on : 10 February 2006 21:32:22 +00:00 | Rate / Comment
[ Learning | C and C++ | Programming ] Borland C++Builder Devlopers Journal
Description : Borland C++Builder Devlopers Journal
Source : Old site
Added on : 10 February 2006 21:26:52 +00:00 | Rate / Comment
[ C and C++ ] ISO/IEC JTC1/SC22/WG21
Description : ISO/IEC JTC1/SC22/WG21 is the international standardization working group for the programming language C++.
Added on : 27 January 2006 23:41:49 +00:00 | Rate / Comment
[ C and C++ ] INCITS/ISO/IEC 14882-2003
Description : Buy a PDF version of the official C++ programming language standard from the ANSI Electronic Standards Store.
Added on : 27 January 2006 23:40:51 +00:00 | Rate / Comment
[ C and C++ ] ISO/IEC JTC1/SC22/WG14 - C
Description : ISO/IEC JTC1/SC22/WG14 is the international standardization working group for the programming language C.
Added on : 27 January 2006 23:34:34 +00:00 | Rate / Comment
[ C and C++ ] The International Obfuscated C Code Contest
Description : This site points to the various mirrors
Added on : 27 January 2006 23:30:07 +00:00 | Rate / Comment
[ C and C++ ] Alan Griffiths
Description : Articles on C++, C++ library arglib,
Added on : 16 December 2005 22:02:53 +00:00 | Rate / Comment
[ C and C++ ] Jim Coplien
Description : Articles on C++, Design, Multi-paradigm design
Added on : 16 December 2005 21:56:41 +00:00 | Rate / Comment

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Test Driven Development of C# User Interfaces

Administrator

02 December 2005 06:00:00 +00:00

In my last article I discussed the values in the Agile Manifesto and what they mean to mean. There are many practices that can be used to make yourself more agile. Short iterations, the planning game, pair programming, and refactoring are a few of the practices present in eXtreme programming. The practice of most value to me, and the practice that many recommend to use as a starting point, is Test Driven Development - TDD.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Debuggers Should Go Backwards

Administrator

02 December 2005 06:00:00 +00:00

The computer science community has shown a woeful lack of interest in debugging, which given the huge economic cost of debugging is somewhat mysterious. However, there may be signs of "green shoots" in the desert landscape of debugging tools.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Cryptographic Mistakes Made in Programming

Administrator

02 December 2005 06:00:00 +00:00

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

A Reflection on Defensive Programming

Administrator

02 December 2005 06:00:00 +00:00

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Patterns in C - Part 5: REACTOR

Administrator

02 October 2005 06:00:00 +01:00

This final part of the series will step outside the domain of standard C and investigate a pattern for event-driven applications. The REACTOR pattern decouples different responsibilities and allows applications to demultiplex and dispatch events from potentially many clients.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Vorsprung Durch Testing

Administrator

02 October 2005 05:00:00 +01:00

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Patterns in C - Part 4: OBSERVER

Administrator

03 August 2005 05:00:00 +01:00

This part of the series will highlight another principle for dependency management and illustrate how both of these principles may be realized in C using the OBSERVER pattern.


  |<   <<   1   2   3   4   5   6   7   8   9   10   >>   >|
Sort by Date Title