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

Managed C++/CLI

 
GeneralRe: No jagged arrays in MC++ Pin
Nish Nishant25-Jun-02 17:13
sitebuilderNish Nishant25-Jun-02 17:13 
GeneralRe: No jagged arrays in MC++ Pin
Christian Graus25-Jun-02 17:50
protectorChristian Graus25-Jun-02 17:50 
GeneralRe: No jagged arrays in MC++ Pin
Nish Nishant25-Jun-02 18:52
sitebuilderNish Nishant25-Jun-02 18:52 
Generalupgrading app from vc6 to vc.net Pin
slah21-Jun-02 20:28
slah21-Jun-02 20:28 
GeneralRe: upgrading app from vc6 to vc.net Pin
Nish Nishant21-Jun-02 20:58
sitebuilderNish Nishant21-Jun-02 20:58 
GeneralOpening Multiple Forms Pin
21-Jun-02 5:32
suss21-Jun-02 5:32 
GeneralRe: Opening Multiple Forms Pin
Nish Nishant21-Jun-02 9:48
sitebuilderNish Nishant21-Jun-02 9:48 
GeneralCustom collections Pin
sultan_of_6string18-Jun-02 16:15
sultan_of_6string18-Jun-02 16:15 
Hi! The .NET collection classes have me pissed off. Being a C++ kinda guy, I love linked lists and I find the dynamic arrays to be really inane. So, I'm creating my own linked list class. I'm having some trouble with the enumerator:

An IEnumerator interface to an IEnumerable object is valid so long as IEnumerable wasn't modified after IEnumerator was created. How do I let my IEnumerator class know that my IEnumerable was modified?

I don't want to use a DateTime/TimeSpan class. I was thinking of incrementing an integer everytime the list is modified and making that the hash code. the IEnumerator could store the hashcode when it was created and compare it to the current hashcode. However, with extensive use, this procedure may not work.

Any suggestions?
GeneralRe: Custom collections Pin
James T. Johnson20-Jun-02 14:02
James T. Johnson20-Jun-02 14:02 
GeneralTwo classes Pin
Michael Mac18-Jun-02 11:04
Michael Mac18-Jun-02 11:04 
GeneralRe: Two classes Pin
J Patel18-Jun-02 11:28
J Patel18-Jun-02 11:28 
GeneralRe: Two classes Pin
Michael Mac19-Jun-02 1:52
Michael Mac19-Jun-02 1:52 
GeneralRe: Two classes Pin
Maciej Pirog19-Jun-02 1:27
Maciej Pirog19-Jun-02 1:27 
GeneralRe: Two classes Pin
Michael Mac19-Jun-02 1:49
Michael Mac19-Jun-02 1:49 
GeneralRe: Two classes Pin
Maciej Pirog19-Jun-02 4:10
Maciej Pirog19-Jun-02 4:10 
GeneralRe: Two classes Pin
Michael Mac19-Jun-02 6:30
Michael Mac19-Jun-02 6:30 
GeneralMC++ Competition - any last minute developers want to team up. Pin
TigerNinja_16-Jun-02 16:44
TigerNinja_16-Jun-02 16:44 
Generali need help!!!!! Pin
ChiYung15-Jun-02 16:20
ChiYung15-Jun-02 16:20 
GeneralRe: i need help!!!!! Pin
David Wengier15-Jun-02 16:51
David Wengier15-Jun-02 16:51 
GeneralRe: i need help!!!!! Pin
Rama Krishna Vavilala15-Jun-02 18:13
Rama Krishna Vavilala15-Jun-02 18:13 
GeneralRe: i need help!!!!! Pin
David Wengier15-Jun-02 18:21
David Wengier15-Jun-02 18:21 
GeneralHeap management in a multithreaded windows application Pin
sailesh14-Jun-02 20:29
sailesh14-Jun-02 20:29 
GeneralRe: Heap management in a multithreaded windows application Pin
James T. Johnson14-Jun-02 20:42
James T. Johnson14-Jun-02 20:42 
GeneralSome hope for MC++ coders Pin
Nish Nishant13-Jun-02 19:55
sitebuilderNish Nishant13-Jun-02 19:55 
GeneralRe: Some hope for MC++ coders Pin
Derek Lakin13-Jun-02 20:06
Derek Lakin13-Jun-02 20:06 

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.