Journal Articles
Browse in : |
All
> Journals
> Overload
> 79
(6)
All > Topics > Programming (877) Any of these categories |
- Options:
- View Article Map
- View Archives
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.
The Policy Bridge Design Pattern
webeditor
04 June 2007 11:59:00 +01:00
Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.
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.
Continuous Integration with CruiseControl.Net
webeditor
04 June 2007 11:57:00 +01:00
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?
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.
Working with GNU Export Maps
webeditor
04 June 2007 11:56:00 +01:00
Taking control over the symbols exported from shared libraries built with the GNU toolchain.
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.
auto_value: Transfer Semantics for Value Types
webeditor
04 June 2007 11:55:00 +01:00
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.