Horje
what is xor_eq c++ Code Example
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 :)




Cpp

Related
Check whether the jth object is in the subset Code Example Check whether the jth object is in the subset Code Example
use declaration to define a variable Code Example use declaration to define a variable Code Example
c++ caps lock key Code Example c++ caps lock key Code Example
c++ x y in arrau 1d Code Example c++ x y in arrau 1d Code Example
loop through a vector in c++ Code Example loop through a vector in c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6