Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sys(2007) in .net
Message
From
02/03/2005 14:17:31
 
 
To
02/03/2005 11:39:56
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00991929
Message ID:
00992116
Views:
23
>Its a long time I didn't do anything in C; what does the ^= operator do?

Addition to my previous message:
x ^= y;
is evaluated as
x = x ^ y;
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform