"by reference"
A simple function like
void Fkt(unsigned int &Pt) {
}
results in the errorr message
"expected ';', ',' or ')' before '&' token".
What could be wrong with that function?
Henry
Please sign in to leave a comment.
A simple function like
void Fkt(unsigned int &Pt) {
}
results in the errorr message
"expected ';', ',' or ')' before '&' token".
What could be wrong with that function?
Henry
Please sign in to leave a comment.
Comments
2 comments