G
Guest
What is the difference between
void MyFunction(int& param1){...
void MyFunction(const int& param1){...
void MyFunction(const int param1){...
Can you also use the 'reference to' operator with handles (and them still work
lik
void MyFunction(const HINSTANCE& hInst){...}
void MyFunction(int& param1){...
void MyFunction(const int& param1){...
void MyFunction(const int param1){...
Can you also use the 'reference to' operator with handles (and them still work
lik
void MyFunction(const HINSTANCE& hInst){...}