Compare Two CharFont's
-6
Verify Path Exists
-11
Is String Empty
-7
Validate Email Address
-4
Is String Numeric
-6
Get Current CTime
3
Text to HTML Converte
-15
Transform XML File with XSL Stylesheet
7
Compare two dates in Java.
10
template function to create a boost::shared_ptr in the form
boost::shared_ptr classPtr = new_ptr(Arg1, Arg2);
You can also make new_ptr_access a friend of className and make the constructor and destructor private.
This keeps the end user from:
Creating an instance manually on the heap
Creating an instance manually on the stack
Deleting a shared_ptr manually using "delete get()"
boost::shared_ptr classPtr = new_ptr(Arg1, Arg2);
You can also make new_ptr_access a friend of className and make the constructor and destructor private.
This keeps the end user from:
Creating an instance manually on the heap
Creating an instance manually on the stack
Deleting a shared_ptr manually using "delete get()"
6
boost::format gives you the ablility to safely use printf like formatting as well as positional format specifiers ala .NET.









