ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics

Browse in : > Topics > Programming

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. by Thomas Guest

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. by Roger Orr

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". by Richard Harris
Category: [ Design of applications and programs ]