Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

what is xor_eq c++

basicly same as += 
add and store the result in the same variable

but its xor_eq so it xor then store the result at the same variable

if you dont know what is xor search it you will find an awnser explaining it

the syntax is {int xor_eq int;} or the same as {int_a = int_a xor int_b;}

thanks for reading and hope that was useful :)
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
9+4 =