User profile: imgravity

User info
User name:imgravity
History
Joined:
Number of posts:3
Latest posts:

reference as parameter
you can pass a value to a function using pointer or using reference eg [code] // function1 i...

Static variable in header file
can u explain it a bit.. i have declared the static variables abool and xyz in cpp

Static variable in header file
I have program like this [code] //header.hh #include <iostream> using std::ios; using std::endl...