Whenever I try to use the & operator, I get the illegal operand error. What the hell???? This line generates an error:
Thanks for you helpCode:cout << (int)(temp & 8) << endl;
This is a discussion on illegal operand with & operator within the C++ Programming forums, part of the General Programming Boards category; Whenever I try to use the & operator, I get the illegal operand error. What the hell???? This line generates ...
Whenever I try to use the & operator, I get the illegal operand error. What the hell???? This line generates an error:
Thanks for you helpCode:cout << (int)(temp & 8) << endl;
Depends what temp is declared as
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.