O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
If you've used lower-level languages such as C or C++, you know that much of your work centers on implementing objects—also known as data structures—to represent the components in your applica...
If you have objects--images, graphics, and so on--in a Word document and you introduce an an additional object, odds are the existing objects are going to reposition themselves. Incredibly annoying. S...
If you want to instantiate a regular expression object or otherwise compile a regular
expression so you can use it efficiently throughout your
application, try one of t...