Search:
Forum
General C++ Programming
Weird .NET syntax
Weird .NET syntax
Dec 25, 2009 at 12:00pm UTC
LoLFactor
(76)
C++ .NET has a lot of types and classes that use the character "^" in their definition and declaration like:
System::String^ ^mystring;
Why is that? What does that mean?
Last edited on
Dec 25, 2009 at 12:01pm UTC
Dec 25, 2009 at 4:04pm UTC
Bazzy
(6281)
That is C++/CLI not C++
http://en.wikipedia.org/wiki/C%2B%2B_CLI#Handles
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs