Menu

#1 C++/CLI

open
nobody
None
5
2006-06-09
2006-06-09
Anonymous
No

In general, it works rather well with the language
changes in C++/CLI. However, it does not seem to
gracefully handle:

static property String^ p_strExampleProperty {
String^ get() { return "The Example String"; }
}

Discussion


Log in to post a comment.