•Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...
•Refactoring a Function to Become a Bound Function In this series of blogs, Sun's Mike Heinrichs tells you how to use the JavaFX Script programming language. This latest blog describes bound functi ...
•CodeSnip: How to Create an Oracle Insert Script Using Substitution Function in UNIX? This article examines the creation of an insert script in Oracle by making use of the substitution function in UNIX. Deepankar begins with a short introduction followed by the various parameters of the function. The author provides a detailed analysis of the code along with relevant screensh ...