2
Answers

How can implement a site Map

Dear 
Sir/Ma'am
 
How can i implement a site map in our web site.
and i'll open site map on site Map click link in another page .
  
Answers (2)
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 14y
'this' is Pointer not operator ..

by operator overloading mechanism you can overload operators only not the pointers



Here is list of operator that is over loadable ...

+ - * / % ^ & | ~
! , = < > <= >= ++ --
<< >> == != && || += -= /=
%= ^= &= |= *= <<= >>= [] ()
-> ->* new new[] delete delete[]