Advertisement
Membership
Login
ACCU Buttons
Programming Topics or CVu Journal Vol 1, #3 - Feb 1988
Browse in : |
All
> Topics
> Programming All > Journals > CVu > 013 All of these categories |
- Options:
- View Article Map
- View Archives
[
References
| Development Techniques
| Programming
| Process
]
Software Product Lines
Description :
Added on : 21 October 2007 13:36:01 +01:00
Description :
Added on : 21 October 2007 13:36:01 +01:00
[
References
| Paradigms
| Programming
]
Code Generation Network
Description : This has a database of code generation tools and also articles and interviews on CG approaches.
Added on : 21 October 2007 13:34:24 +01:00
Description : This has a database of code generation tools and also articles and interviews on CG approaches.
Added on : 21 October 2007 13:34:24 +01:00
The PfA Papers: The Clean Dozen
Description : Patterns are social animals and are often found in the company of others. This issue, Kevlin Henney looks at where 'Parameterise from Above' has been hanging out.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : Patterns are social animals and are often found in the company of others. This issue, Kevlin Henney looks at where 'Parameterise from Above' has been hanging out.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Functional Programming Using C++ Templates (Part 1)
Description : Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
auto_value: Transfer Semantics for Value Types
Description : In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
He Sells Shell Scripts to Intersect Sets
Description : Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells.
Category: [ Programming Topics | Overload Journal #80 - Aug 2007 ]
Description : Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells.
Category: [ Programming Topics | Overload Journal #80 - Aug 2007 ]
Release Mode Debugging
Description : Although we try not to put bugs into software, sometimes we must track them down to remove them. Roger Orr considers the difficulties when they can only be seen in release builds.
Category: [ Programming Topics | Overload Journal #80 - Aug 2007 ]
Description : Although we try not to put bugs into software, sometimes we must track them down to remove them. Roger Orr considers the difficulties when they can only be seen in release builds.
Category: [ Programming Topics | Overload Journal #80 - Aug 2007 ]
auto_value: Transfer Semantics for Value Types
Description : "Copy On Write" (COW) sounds like an ideal idiom for avoiding expensive copies. But care must be taken to avoid producing a "mad cow".
Category: [ Programming Topics | Design of applications and programs | Overload Journal #80 - Aug 2007 ]
Description : "Copy On Write" (COW) sounds like an ideal idiom for avoiding expensive copies. But care must be taken to avoid producing a "mad cow".
Category: [ Programming Topics | Design of applications and programs | Overload Journal #80 - Aug 2007 ]
The Policy Bridge Design Pattern
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #79 - Jun 2007 ]
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #79 - Jun 2007 ]
Continuous Integration with CruiseControl.Net
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go?
Category: [ Programming Topics | Process Topics | Overload Journal #79 - Jun 2007 ]
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go?
Category: [ Programming Topics | Process Topics | Overload Journal #79 - Jun 2007 ]
Working with GNU Export Maps
Description : Taking control over the symbols exported from shared libraries built with the GNU toolchain.
Category: [ Programming Topics | Overload Journal #79 - Jun 2007 ]
Description : Taking control over the symbols exported from shared libraries built with the GNU toolchain.
Category: [ Programming Topics | Overload Journal #79 - Jun 2007 ]
auto_value: Transfer Semantics for Value Types
Description : std::auto_ptr has a reputation for causing problems due to its surprising copy/assignment semantics. Richard Harris tries to separate the good ideas from the bad.
Category: [ Programming Topics | Overload Journal #79 - Jun 2007 ]
Description : std::auto_ptr has a reputation for causing problems due to its surprising copy/assignment semantics. Richard Harris tries to separate the good ideas from the bad.
Category: [ Programming Topics | Overload Journal #79 - Jun 2007 ]
A Perspective on Use of Conditional Statements versus Assertions
Description : Simon Sebright offers us the benefit of his experience.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
Description : Simon Sebright offers us the benefit of his experience.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
Implementing Synchronization Primitives for Boost on Windows Platforms
Description : Anthony Williams on the popular Boost library.
Category: [ Programming Topics | Overload Journal #78 - Apr 2007 ]
Description : Anthony Williams on the popular Boost library.
Category: [ Programming Topics | Overload Journal #78 - Apr 2007 ]
Design in Test-Driven Development
Description : With its roots in Japanese just-in-time manufacturing, Test-Driven Development (TDD) puts the traditional development process on its head. Adam Petersen discusses when to use TDD, how to use it successfully, and its use in up-front design.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
Description : With its roots in Japanese just-in-time manufacturing, Test-Driven Development (TDD) puts the traditional development process on its head. Adam Petersen discusses when to use TDD, how to use it successfully, and its use in up-front design.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
C++ Unit Test Frameworks
Description : There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
Description : There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #78 - Apr 2007 ]
Programming - Abstraction by Design
Description : Nigel Eke acts as a guide to aspect oriented programming using AspectJ as an example.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #77 - Feb 2007 ]
Description : Nigel Eke acts as a guide to aspect oriented programming using AspectJ as an example.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #77 - Feb 2007 ]
C++ Trivial Logger
Description : When a fully functional logging subsystem isn't the answer what does one do? Seweryn Habdank-Wojewódzki rolls his own.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]
Description : When a fully functional logging subsystem isn't the answer what does one do? Seweryn Habdank-Wojewódzki rolls his own.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]
FRUCTOSE - a C++ Unit Test Framework
Description : Andrew Marlow describes the development of FRUCTOSE and how it is different from other unit test frameworks.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]
Description : Andrew Marlow describes the development of FRUCTOSE and how it is different from other unit test frameworks.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 ]
Letter to the Editor
Description : Alexander Nasonov writes more on singleton.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 | Letters to the Editor ]
Description : Alexander Nasonov writes more on singleton.
Category: [ Programming Topics | Overload Journal #77 - Feb 2007 | Letters to the Editor ]