Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get very continuous random numbers Pin
Paul Conrad2-Jul-06 17:19
professionalPaul Conrad2-Jul-06 17:19 
GeneralRe: How to get very continuous random numbers Pin
Judah Gabriel Himango3-Jul-06 5:27
sponsorJudah Gabriel Himango3-Jul-06 5:27 
AnswerRe: How to get very continuous random numbers Pin
Guffa2-Jul-06 11:48
Guffa2-Jul-06 11:48 
AnswerRe: How to get very continuous random numbers Pin
mav.northwind2-Jul-06 23:30
mav.northwind2-Jul-06 23:30 
QuestionMessage Removed Pin
2-Jul-06 4:35
Mandai2-Jul-06 4:35 
AnswerRe: Asking a question Pin
Ravi Bhavnani2-Jul-06 4:55
professionalRavi Bhavnani2-Jul-06 4:55 
QuestionArrays in Hashtables Pin
Mazze.ger1-Jul-06 23:17
Mazze.ger1-Jul-06 23:17 
AnswerRe: Arrays in Hashtables Pin
Guffa1-Jul-06 23:51
Guffa1-Jul-06 23:51 
What you are storing in the hash table is not the array itsef, but a reference to the array. In the second example you are storing two references to the same array. That means that any change you make to the array will be visible from both references.

You don't need to use different variables, you only have to create separate objects.

---
b { font-weight: normal; }

GeneralRe: Arrays in Hashtables Pin
Mazze.ger2-Jul-06 1:34
Mazze.ger2-Jul-06 1:34 
AnswerRe: Arrays in Hashtables Pin
Guffa2-Jul-06 1:49
Guffa2-Jul-06 1:49 
AnswerRe: Arrays in Hashtables Pin
Nader Elshehabi2-Jul-06 1:56
Nader Elshehabi2-Jul-06 1:56 
GeneralRe: Arrays in Hashtables Pin
Mazze.ger2-Jul-06 2:17
Mazze.ger2-Jul-06 2:17 
Questionhow ot Windows Service Pin
foysal mamun1-Jul-06 21:35
foysal mamun1-Jul-06 21:35 
AnswerRe: how ot Windows Service Pin
Nader Elshehabi2-Jul-06 1:43
Nader Elshehabi2-Jul-06 1:43 
AnswerRe: how ot Windows Service Pin
Ravi Bhavnani2-Jul-06 4:57
professionalRavi Bhavnani2-Jul-06 4:57 
AnswerRe: how ot Windows Service Pin
Paul Conrad2-Jul-06 12:52
professionalPaul Conrad2-Jul-06 12:52 
QuestionCapturing video from webcam using .NET Pin
dmee1-Jul-06 20:33
dmee1-Jul-06 20:33 
AnswerRe: Capturing video from webcam using .NET Pin
Ed.Poore1-Jul-06 23:23
Ed.Poore1-Jul-06 23:23 
NewsRe: Capturing video from webcam using .NET Pin
LongRange.Shooter3-Jul-06 5:26
LongRange.Shooter3-Jul-06 5:26 
QuestionText file parsing Pin
Zeikcied1-Jul-06 19:17
Zeikcied1-Jul-06 19:17 
AnswerRe: Text file parsing Pin
tjvictor1-Jul-06 19:25
tjvictor1-Jul-06 19:25 
NewsRe: Text file parsing Pin
LongRange.Shooter3-Jul-06 5:35
LongRange.Shooter3-Jul-06 5:35 
GeneralRe: Text file parsing Pin
Zeikcied8-Jul-06 18:18
Zeikcied8-Jul-06 18:18 
NewsRe: Text file parsing Pin
LongRange.Shooter9-Jul-06 5:06
LongRange.Shooter9-Jul-06 5:06 
QuestionShow Form in Center Pin
foysal mamun1-Jul-06 18:25
foysal mamun1-Jul-06 18: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.