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

Managed C++/CLI

 
GeneralRe: WaitForSingleObject... Pin
raitz15-Oct-03 10:21
raitz15-Oct-03 10:21 
GeneralDataGrids Pin
Tom S Morton9-Oct-03 21:26
sussTom S Morton9-Oct-03 21:26 
GeneralRe: DataGrids Pin
RBlyth9-Oct-03 21:54
RBlyth9-Oct-03 21:54 
GeneralDataGrids Pin
Anonymous9-Oct-03 21:25
Anonymous9-Oct-03 21:25 
QuestionWhat a terrible error! How can i use "union" in c# Pin
Anonymous9-Oct-03 17:06
Anonymous9-Oct-03 17:06 
GeneralManaged C++ / Byte Array Pin
Rod Ob9-Oct-03 15:55
sussRod Ob9-Oct-03 15:55 
GeneralRe: Managed C++ / Byte Array Pin
Randhir Sinha13-Oct-03 0:21
Randhir Sinha13-Oct-03 0:21 
GeneralSubscript operator Pin
Member 6182867-Oct-03 4:47
Member 6182867-Oct-03 4:47 
Who can tell me the name of the Subscript 'operator[]' in ManagedC++?

For example the standard C++ assignment operator is 'operator=', but in managed C++ it is 'op_Assign'.

I tried 'op_Subscript', 'op_ArraySubscript' and some others. I need it to access arrays within a class directly (e.g. Classname[i] instead of Classname.Arrayname[i] (member) or Classname.Value(i) (function Value)) just to have a clear source code in complex matrix and vector computations.

Perhaps it is not implemented (yet) in C++ .NET (just like the standard class template). Microsoft did a very bad job here!

Thanks





Elwin
GeneralWindows forms. Pin
raitz2-Oct-03 3:05
raitz2-Oct-03 3:05 
GeneralRe: Windows forms. Pin
Anonymous2-Oct-03 6:12
Anonymous2-Oct-03 6:12 
QuestionHow to use UNmanaged C++ in .NET (using managed C++) Pin
moist1-Oct-03 20:57
moist1-Oct-03 20:57 
AnswerRe: How to use UNmanaged C++ in .NET (using managed C++) Pin
technologydude1-Oct-03 21:01
technologydude1-Oct-03 21:01 
GeneralRe: How to use UNmanaged C++ in .NET (using managed C++) Pin
moist1-Oct-03 21:09
moist1-Oct-03 21:09 
GeneralRe: How to use UNmanaged C++ in .NET (using managed C++) Pin
Nemanja Trifunovic3-Oct-03 11:30
Nemanja Trifunovic3-Oct-03 11:30 
GeneralRe: How to use UNmanaged C++ in .NET (using managed C++) Pin
moist4-Oct-03 5:41
moist4-Oct-03 5:41 
GeneralRe: How to use UNmanaged C++ in .NET (using managed C++) Pin
Bo Hunter4-Oct-03 7:22
Bo Hunter4-Oct-03 7:22 
GeneralRe: How to use UNmanaged C++ in .NET (using managed C++) Pin
moist4-Oct-03 18:22
moist4-Oct-03 18:22 
GeneralRe: How to use UNmanaged C++ in .NET (using managed C++) Pin
Randhir Sinha6-Oct-03 2:42
Randhir Sinha6-Oct-03 2:42 
QuestionWhere to learn Managed C++.NET? Pin
Chua Wen Ching1-Oct-03 0:58
Chua Wen Ching1-Oct-03 0:58 
AnswerRe: Where to learn Managed C++.NET? Pin
Nish Nishant1-Oct-03 21:47
sitebuilderNish Nishant1-Oct-03 21:47 
GeneralRe: Where to learn Managed C++.NET? Pin
Chua Wen Ching1-Oct-03 23:31
Chua Wen Ching1-Oct-03 23:31 
GeneralRe: Where to learn Managed C++.NET? Pin
Nish Nishant2-Oct-03 1:14
sitebuilderNish Nishant2-Oct-03 1:14 
GeneralRe: Where to learn Managed C++.NET? Pin
Tom Archer4-Oct-03 3:07
Tom Archer4-Oct-03 3:07 
GeneralRe: Where to learn Managed C++.NET? Pin
Tom Archer4-Oct-03 3:13
Tom Archer4-Oct-03 3:13 
GeneralResources question Pin
Jose Vicente30-Sep-03 5:56
Jose Vicente30-Sep-03 5:56 

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.