Carets

C

cfarley1999

Please settle a bet for me.

Person A claims that ^ in standard C++ is used to indicate a handle.
Person B claims that standard C++ does not have handles, and that ^ is
only bitwise XOR.

Who is correct?

Thanks.
 
M

MiB

Please settle a bet for me.

Person A claims that ^ in standard C++ is used to indicate a handle.
Person B claims that standard C++ does not have handles, and that ^ is
only bitwise XOR.

Who is correct?

Thanks.

B, the bitwise XOR is correct. Person A mixes up C++ with Pascal,
where ^ is used for pointers.

Michael.
 
D

Default User

MiB said:
B, the bitwise XOR is correct. Person A mixes up C++ with Pascal,
where ^ is used for pointers.

No, A is talking about that C++/CLI thing that MS dreamed up.




Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,173
Messages
2,570,938
Members
47,475
Latest member
NovellaSce

Latest Threads

Top