why is the bitwise operator before variable name when declaring this
Ping ^pingSender = gcnew Ping;
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are talking about this code??
Here this implies instance of ping class will be created from System.Net.NetworkInformation::Ping. Simply, this is not XOR operation but syntax of declaring object of managed type in microsoft implementation of C++ for .NET.