cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Compound assignment
Compound assignment
Jun 24, 2014 at 2:48pm UTC
insyder
(2)
i want to ask about what is syntax of
for example :
1
2
3
4
5
int
x =1; x^=4; x&=4; x|=4;
Thanks
Jun 24, 2014 at 3:18pm UTC
kbw
(9488)
https://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B
Topic archived. No new replies allowed.