Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
Generalprinting in textbox of a form from other form Pin
maheshfour23-Feb-05 5:56
maheshfour23-Feb-05 5:56 
GeneralRe: printing in textbox of a form from other form Pin
S. Senthil Kumar23-Feb-05 6:57
S. Senthil Kumar23-Feb-05 6:57 
GeneralRe: printing in textbox of a form from other form Pin
maheshfour23-Feb-05 7:56
maheshfour23-Feb-05 7:56 
GeneralRe: printing in textbox of a form from other form Pin
Anonymous23-Feb-05 8:53
Anonymous23-Feb-05 8:53 
QuestionHow to make expanded attribute in property grid field editable Pin
lee meng23-Feb-05 5:48
lee meng23-Feb-05 5:48 
QuestionWhat is the simple way to use a C# dll in VC++ Pin
yyf23-Feb-05 5:18
yyf23-Feb-05 5:18 
AnswerRe: What is the simple way to use a C# dll in VC++ Pin
Judah Gabriel Himango23-Feb-05 9:49
sponsorJudah Gabriel Himango23-Feb-05 9:49 
AnswerRe: What is the simple way to use a C# dll in VC++ Pin
Dave Kreskowiak24-Feb-05 3:24
mveDave Kreskowiak24-Feb-05 3:24 
GeneralCounting set bits Pin
PaleyX23-Feb-05 5:12
PaleyX23-Feb-05 5:12 
GeneralRe: Counting set bits Pin
Philip Fitzsimons23-Feb-05 6:33
Philip Fitzsimons23-Feb-05 6:33 
GeneralRe: Counting set bits Pin
PaleyX23-Feb-05 6:51
PaleyX23-Feb-05 6:51 
GeneralRe: Counting set bits Pin
Philip Fitzsimons23-Feb-05 6:59
Philip Fitzsimons23-Feb-05 6:59 
GeneralRe: Counting set bits Pin
PaleyX23-Feb-05 7:10
PaleyX23-Feb-05 7:10 
It's a database application which stores the presence or non presence of variable values in bit vectors stored in byte arrays. Counts and analyses can then be run very quickly - for example:

All people who live in England, drive a ford, eat out at restaurants once a week, read the Times and don't have a pet - on a database of 100 million individuals takes half a second.

Counting the bits gives the total number matching the criteria after the logic processing has done its thang.

TBH, it's not too much of a worry that the bit counting is taking a lot of the time as I am happy with half a second on 100 million individuals - and I doubt I will ever put 100 million individuals into a real database, I was just stress testing then seeing where it was spending its time.


GeneralRe: Counting set bits Pin
Philip Fitzsimons23-Feb-05 7:15
Philip Fitzsimons23-Feb-05 7:15 
GeneralRe: Counting set bits Pin
PaleyX23-Feb-05 7:26
PaleyX23-Feb-05 7:26 
GeneralRe: Counting set bits Pin
Sebastian Schneider25-Feb-05 2:34
Sebastian Schneider25-Feb-05 2:34 
GeneralRe: Counting set bits Pin
PaleyX25-Feb-05 2:52
PaleyX25-Feb-05 2:52 
Generalfunctions with override and new keywords .... Pin
vchedalla23-Feb-05 5:10
vchedalla23-Feb-05 5:10 
GeneralRe: functions with override and new keywords .... Pin
turbochimp24-Feb-05 13:17
turbochimp24-Feb-05 13:17 
GeneralNewline in a TextBox Pin
pjholliday23-Feb-05 4:41
pjholliday23-Feb-05 4:41 
GeneralRe: Newline in a TextBox Pin
Sebastian Schneider23-Feb-05 4:58
Sebastian Schneider23-Feb-05 4:58 
GeneralRe: Newline in a TextBox Pin
Dave Kreskowiak23-Feb-05 5:29
mveDave Kreskowiak23-Feb-05 5:29 
GeneralRelease an object memory Pin
Sasuko23-Feb-05 4:27
Sasuko23-Feb-05 4:27 
GeneralRe: Release an object memory Pin
PaleyX23-Feb-05 5:09
PaleyX23-Feb-05 5:09 
GeneralRe: Release an object memory Pin
Dave Kreskowiak23-Feb-05 5:27
mveDave Kreskowiak23-Feb-05 5:27 

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.