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

C#

 
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 
What would be the fastest way to count the number of set bits in a byte?

I currently use a static array which has the number of bits set for each possible combination of set bits then use the byte value to index into that array.

Are there faster ways to do it?
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 
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 
Generaldisplay a pic from the database Pin
Ahmed Galal23-Feb-05 4:05
Ahmed Galal23-Feb-05 4:05 

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.