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

Managed C++/CLI

 
GeneralRe: including pthread.h Pin
Geilkonijn19-Aug-05 4:23
Geilkonijn19-Aug-05 4:23 
GeneralRe: including pthread.h Pin
S. Senthil Kumar19-Aug-05 8:13
S. Senthil Kumar19-Aug-05 8:13 
QuestionExcel Program in c++? Pin
Anonymous17-Aug-05 16:35
Anonymous17-Aug-05 16:35 
AnswerRe: Excel Program in c++? Pin
Christian Graus17-Aug-05 17:08
protectorChristian Graus17-Aug-05 17:08 
AnswerRe: Excel Program in c++? Pin
Tim Zorn21-Aug-05 5:52
Tim Zorn21-Aug-05 5:52 
GeneralReferenceEquals not behaving logically Pin
ChuckStar17-Aug-05 11:35
ChuckStar17-Aug-05 11:35 
GeneralRe: ReferenceEquals not behaving logically Pin
Christian Graus17-Aug-05 12:01
protectorChristian Graus17-Aug-05 12:01 
GeneralRe: ReferenceEquals not behaving logically Pin
ChuckStar18-Aug-05 4:03
ChuckStar18-Aug-05 4:03 
Thanks for your response Christian. You are correct about the lists containing the same data. To be exact, they contain the same instances of the data. That is what the AddRange function says it does. Copy the contents of the list. The contents are references to objects. As I stated, if I change the ampl member of errList[0], errListCopy[0] gets the change too. This shows that they refer to the same instance as the documentation states. The % is not a typo. This is .NET Beta2 code and the errList is on the stack and the AddRange function takes a reference (^).

If you have any other suggestions, I would like to hear them. Thanks.

Charlie
GeneralRe: ReferenceEquals not behaving logically Pin
Christian Graus18-Aug-05 14:57
protectorChristian Graus18-Aug-05 14:57 
GeneralRe: ReferenceEquals not behaving logically Pin
Saksida Bojan17-Aug-05 20:26
Saksida Bojan17-Aug-05 20:26 
GeneralRe: ReferenceEquals not behaving logically Pin
ChuckStar18-Aug-05 4:26
ChuckStar18-Aug-05 4:26 
GeneralRe: ReferenceEquals not behaving logically Pin
ChuckStar18-Aug-05 7:38
ChuckStar18-Aug-05 7:38 
GeneralRe: ReferenceEquals not behaving logically Pin
Nish Nishant18-Aug-05 23:55
sitebuilderNish Nishant18-Aug-05 23:55 
GeneralRe: ReferenceEquals not behaving logically Pin
S. Senthil Kumar19-Aug-05 4:21
S. Senthil Kumar19-Aug-05 4:21 
GeneralRe: ReferenceEquals not behaving logically Pin
Nish Nishant19-Aug-05 15:03
sitebuilderNish Nishant19-Aug-05 15:03 
GeneralRe: ReferenceEquals not behaving logically Pin
S. Senthil Kumar19-Aug-05 21:14
S. Senthil Kumar19-Aug-05 21:14 
GeneralRe: ReferenceEquals not behaving logically Pin
S. Senthil Kumar19-Aug-05 7:55
S. Senthil Kumar19-Aug-05 7:55 
GeneralRe: ReferenceEquals not behaving logically Pin
Nish Nishant19-Aug-05 15:04
sitebuilderNish Nishant19-Aug-05 15:04 
QuestionHow to achieve 'True' transparency with pictureBox?? Pin
richiemac17-Aug-05 4:15
richiemac17-Aug-05 4:15 
AnswerRe: How to achieve 'True' transparency with pictureBox?? Pin
Christian Graus17-Aug-05 12:02
protectorChristian Graus17-Aug-05 12:02 
GeneralRe: How to achieve 'True' transparency with pictureBox?? Pin
richiemac18-Aug-05 3:36
richiemac18-Aug-05 3:36 
GeneralRe: How to achieve 'True' transparency with pictureBox?? Pin
Christian Graus18-Aug-05 14:55
protectorChristian Graus18-Aug-05 14:55 
GeneralRe: How to achieve 'True' transparency with pictureBox?? Pin
richiemac18-Aug-05 23:28
richiemac18-Aug-05 23:28 
GeneralRe: How to achieve 'True' transparency with pictureBox?? Pin
Christian Graus21-Aug-05 13:26
protectorChristian Graus21-Aug-05 13:26 
GeneralRe: How to achieve 'True' transparency with pictureBox?? Pin
richiemac21-Aug-05 23:25
richiemac21-Aug-05 23: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.