cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
About the "^" sign
About the "^" sign
Feb 11, 2011 at 11:06am UTC
shadowman
(2)
Hi,
I have a piece of code that I am looking and I am seeing the " ^ " sign widely in that code. It is not used as an XOR operator by the way. It is used for variable declarations. Here is an example:
String^ name;
Feb 11, 2011 at 11:44am UTC
closed account (
z05DSL3A
)
The
This is from C++/CLI
[1]
not C++. It is "handle" to a .net reference type.
[1] http://en.wikipedia.org/wiki/C%2B%2B/CLI
Last edited on
Feb 11, 2011 at 1:01pm UTC
Feb 13, 2011 at 9:29am UTC
shadowman
(2)
thx
Topic archived. No new replies allowed.