Click here to Skip to main content
15,904,926 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Richard Andrew x6426-Feb-10 3:50
professionalRichard Andrew x6426-Feb-10 3:50 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener26-Feb-10 5:21
Edward Diener26-Feb-10 5:21 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Richard Andrew x6426-Feb-10 5:26
professionalRichard Andrew x6426-Feb-10 5:26 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener26-Feb-10 10:44
Edward Diener26-Feb-10 10:44 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Nish Nishant28-Feb-10 8:24
sitebuilderNish Nishant28-Feb-10 8:24 
AnswerRe: C++/CLI operators in ref classes and interface classes Pin
Nish Nishant28-Feb-10 8:22
sitebuilderNish Nishant28-Feb-10 8:22 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener28-Feb-10 9:50
Edward Diener28-Feb-10 9:50 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Nish Nishant28-Feb-10 12:28
sitebuilderNish Nishant28-Feb-10 12:28 
Well considering that C# does not permit static methods in interfaces, it would be quite unlikely that they'd permit operator overloading which requires static methods. Some people were hopeful that since C# now supports extension methods, this would be enhanced to support extension operators but apparently that did not happen for VS 2010. Would have been neat. Oh well.

Btw, if you really need to overload the * unary operator, C# does not permit that either, so you'd either have to wait for C++/CLI to get fixed or code it in an msil assembly (assuming you need it that badly) Smile | :)
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener28-Feb-10 14:24
Edward Diener28-Feb-10 14:24 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Nish Nishant28-Feb-10 16:23
sitebuilderNish Nishant28-Feb-10 16:23 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
N a v a n e e t h1-Mar-10 23:18
N a v a n e e t h1-Mar-10 23:18 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
N a v a n e e t h1-Mar-10 23:19
N a v a n e e t h1-Mar-10 23:19 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener2-Mar-10 2:31
Edward Diener2-Mar-10 2:31 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
N a v a n e e t h2-Mar-10 5:06
N a v a n e e t h2-Mar-10 5:06 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener2-Mar-10 5:44
Edward Diener2-Mar-10 5:44 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
N a v a n e e t h2-Mar-10 6:57
N a v a n e e t h2-Mar-10 6:57 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener2-Mar-10 8:51
Edward Diener2-Mar-10 8:51 
QuestionRetrieving a control's information Pin
Jayapal Chandran23-Feb-10 23:29
Jayapal Chandran23-Feb-10 23:29 
AnswerRe: Retrieving a control's information Pin
Richard MacCutchan24-Feb-10 1:37
mveRichard MacCutchan24-Feb-10 1:37 
GeneralRe: Retrieving a control's information Pin
Ron Aldrich4-Mar-10 10:08
Ron Aldrich4-Mar-10 10:08 
GeneralRe: Retrieving a control's information Pin
Richard MacCutchan4-Mar-10 21:13
mveRichard MacCutchan4-Mar-10 21:13 
QuestionManaged Extensions in VS2008 ? Pin
gvanto23-Feb-10 12:23
gvanto23-Feb-10 12:23 
AnswerRe: Managed Extensions in VS2008 ? Pin
Richard Andrew x6423-Feb-10 14:51
professionalRichard Andrew x6423-Feb-10 14:51 
GeneralRe: Managed Extensions in VS2008 ? Pin
gvanto23-Feb-10 18:50
gvanto23-Feb-10 18:50 
GeneralRe: Managed Extensions in VS2008 ? Pin
Richard Andrew x6424-Feb-10 2:25
professionalRichard Andrew x6424-Feb-10 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.