Click here to Skip to main content
15,891,943 members
Home / Discussions / C#
   

C#

 
AnswerRe: Microsoft Student 2006.. interface needed Pin
Judah Gabriel Himango19-Dec-06 11:01
sponsorJudah Gabriel Himango19-Dec-06 11:01 
QuestionNeed a jump start Pin
gsh0e19-Dec-06 5:51
gsh0e19-Dec-06 5:51 
AnswerRe: Need a jump start Pin
althamda19-Dec-06 5:57
althamda19-Dec-06 5:57 
QuestionDataBinding schema Pin
eggsovereasy19-Dec-06 5:49
eggsovereasy19-Dec-06 5:49 
QuestionRamdom Number Generator Pin
Bob X19-Dec-06 5:44
Bob X19-Dec-06 5:44 
AnswerRe: Ramdom Number Generator Pin
Guffa19-Dec-06 5:49
Guffa19-Dec-06 5:49 
GeneralRe: Ramdom Number Generator Pin
Bob X19-Dec-06 6:41
Bob X19-Dec-06 6:41 
GeneralRe: Ramdom Number Generator Pin
PIEBALDconsult19-Dec-06 7:00
mvePIEBALDconsult19-Dec-06 7:00 
What process takes 2 seconds? The Random.Next certainly doesn't:

                <br />
System.Random r = new System.Random() ;<br />
<br />
for ( int i = 0 ; i < 100 ; i++ )<br />
{<br />
    System.Console.Write ( r.Next() ) ;<br />
}<br />


takes less than a second to execute and generate 100 values.

I haven't tried it with a debug build, but maybe that's the problem? Try a release build.
GeneralRe: Ramdom Number Generator Pin
Guffa19-Dec-06 7:23
Guffa19-Dec-06 7:23 
AnswerRe: Ramdom Number Generator Pin
Guffa19-Dec-06 7:21
Guffa19-Dec-06 7:21 
GeneralRe: Ramdom Number Generator Pin
Dave Kreskowiak19-Dec-06 8:26
mveDave Kreskowiak19-Dec-06 8:26 
QuestionFiltering data on port. Pin
Kobi_Z19-Dec-06 5:27
Kobi_Z19-Dec-06 5:27 
AnswerRe: Filtering data on port. Pin
Dave Kreskowiak19-Dec-06 8:29
mveDave Kreskowiak19-Dec-06 8:29 
GeneralRe: Filtering data on port. Pin
Kobi_Z19-Dec-06 16:54
Kobi_Z19-Dec-06 16:54 
GeneralRe: Filtering data on port. Pin
Dave Kreskowiak20-Dec-06 3:19
mveDave Kreskowiak20-Dec-06 3:19 
GeneralRe: Filtering data on port. Pin
Kobi_Z20-Dec-06 5:20
Kobi_Z20-Dec-06 5:20 
QuestionHow to convert 15bits colors to 24bits colors? Pin
bouli19-Dec-06 5:15
bouli19-Dec-06 5:15 
AnswerRe: How to convert 15bits colors to 24bits colors? Pin
Guffa19-Dec-06 5:54
Guffa19-Dec-06 5:54 
QuestionWorking with 1GB XML file Pin
Praveen Raghuvanshi19-Dec-06 4:25
professionalPraveen Raghuvanshi19-Dec-06 4:25 
AnswerRe: Working with 1GB XML file Pin
Daniel Grunwald19-Dec-06 5:04
Daniel Grunwald19-Dec-06 5:04 
AnswerRe: Working with 1GB XML file Pin
Pete O'Hanlon19-Dec-06 5:07
mvePete O'Hanlon19-Dec-06 5:07 
AnswerRe: Working with 1GB XML file Pin
donchev_p19-Dec-06 8:42
donchev_p19-Dec-06 8:42 
QuestionStrting parsing Pin
zaboboa19-Dec-06 4:20
zaboboa19-Dec-06 4:20 
AnswerRe: Strting parsing Pin
V.19-Dec-06 4:24
professionalV.19-Dec-06 4:24 
AnswerRe: Strting parsing Pin
Pete O'Hanlon19-Dec-06 5:10
mvePete O'Hanlon19-Dec-06 5:10 

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.