<p><html></p> <p><strong>hey steemit and steemians.</strong></p> <p>Lets start the working and proof of the morning's program the half hand operator.</p> <h1>Program Body:</h1> <p>#include <iostream></p> <p>#include <string></p> <p>using namespace std;</p> <p>class damon{</p> <p>int a;</p> <p>public:</p> <p> damon(){</p> <p> a=0;</p> <p> }</p> <p> damon(int b){</p> <p> a=b;</p> <p> }</p> <p> void operator-=(int wolf){</p> <p> a=a-wolf;</p> <p> }</p> <p> void depict(){</p> <p> cout<<a<<endl;</p> <p> }</p> <p>};</p> <p>int main (){</p> <p>damon vamp(80);</p> <p>vamp-=10;</p> <p>vamp.depict();</p> <p><br></p> <p>return 0;</p> <p>}</p> <h1><strong>Program's executation :</strong></h1> <p><strong>this is code in bode blocks.</strong></p> <p>https://steemitimages.com/DQmRLJwQ3wDWEGBZseqwYgLvNhBLJ53PH8BwP4RyrsxA2kR/A.jpg</p> <p>executation.</p> <p>https://steemitimages.com/DQmWLcvbSwGvcRVyiq4HtkBWVLdLRWT2B5eF9YKdqESCJ1U/A1q.jpg</p> <p>some change and executation.</p> <p>https://steemitimages.com/DQmNddZWCrfgiJcxZjsZ3BL5G6RiU7udS5sKxVqMDUSwHjy/A2.jpg</p> <h2>Thank you guys</h2> <p>https://steemitimages.com/0x0/http://i.imgur.com/8LLIFX6.gif</p> <p>https://steemitimages.com/DQmWjQo9ddXyVHLTJ2tFirEb1hUVJjnBf7RLVrVUzwkiRyt/coollogo_com-27655818.png</p> </html>