This is a sample class to send mail using PHP. It also demonstrates how to attach images. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [...]
Archive for September, 2010
Vector 3D structure with Operation overloads and basic functions – C++
Posted by kenny on September 16th, 2010
This is my Vector3D structure with a set of appropriate operation overloads(-,+,/,*,–,++,etc) that I use for various math operations as well. Feel free to add upon it or do whatever you like with it. (Update the — and ++ operators are not correctly overloaded ) 1 2 3 4 5 6 7 8 9 10 [...]


Posted in
Tags:

