Text to HTML Converter
8
Add this header after all your other headers. Compiles on standards compliant compilers.
8
Add rows into a table dynamically using js,DOM
9
Translates text from using translate.google.com
9
I was coding a project that used arrays when the lack of a standard foreach in C/C++ got to me. So, I coded this little function to help me. It applies a function that returns int to each element of the array.
9
Unobtrusive Kilometer/Mile Converte
9
Put a break in a tooltip (limited chars)
9
Convert Unicode To UTF8
10
A prototype function to get an array of elements by id in an array
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()"
10









