Click here to Skip to main content
15,913,487 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# missing anonymous classes? Pin
Judah Gabriel Himango29-Jun-04 8:49
sponsorJudah Gabriel Himango29-Jun-04 8:49 
GeneralRe: C# missing anonymous classes? Pin
vista2729-Jun-04 9:22
vista2729-Jun-04 9:22 
GeneralRe: C# missing anonymous classes? Pin
Judah Gabriel Himango29-Jun-04 9:45
sponsorJudah Gabriel Himango29-Jun-04 9:45 
AnswerRe: C# missing anonymous classes? Pin
Heath Stewart29-Jun-04 9:05
protectorHeath Stewart29-Jun-04 9:05 
Generalmemcmp in C# Pin
BrcKcc29-Jun-04 8:29
BrcKcc29-Jun-04 8:29 
GeneralRe: memcmp in C# Pin
Heath Stewart29-Jun-04 9:45
protectorHeath Stewart29-Jun-04 9:45 
GeneralRe: memcmp in C# Pin
BrcKcc29-Jun-04 9:54
BrcKcc29-Jun-04 9:54 
GeneralRe: memcmp in C# Pin
Werdna30-Jun-04 5:53
Werdna30-Jun-04 5:53 
Also, if you'd be allowed to use unsafe code, it would be much faster. You'd be able to loop thru the array cast to array of ints and comparing 4 bytes at a time. Plus the CPU works better with int values than single byte values. Of course you'd have to have a special case for padding bytes.
GeneralRe: memcmp in C# Pin
BrcKcc30-Jun-04 6:24
BrcKcc30-Jun-04 6:24 
GeneralRe: memcmp in C# Pin
Werdna30-Jun-04 6:47
Werdna30-Jun-04 6:47 
GeneralRe: memcmp in C# Pin
BrcKcc30-Jun-04 7:02
BrcKcc30-Jun-04 7:02 
QuestionWhats an RVA ? Pin
Peter Vertes29-Jun-04 8:27
Peter Vertes29-Jun-04 8:27 
AnswerRe: Whats an RVA ? Pin
Peter Vertes29-Jun-04 8:33
Peter Vertes29-Jun-04 8:33 
AnswerRe: Whats an RVA ? Pin
Heath Stewart29-Jun-04 9:49
protectorHeath Stewart29-Jun-04 9:49 
GeneralRe: Whats an RVA ? Pin
Peter Vertes29-Jun-04 10:28
Peter Vertes29-Jun-04 10:28 
GeneralTwo problems with MDI Pin
Metzler29-Jun-04 7:11
Metzler29-Jun-04 7:11 
GeneralUsing DataBinding with a user control Pin
Brett Slaski29-Jun-04 6:39
Brett Slaski29-Jun-04 6:39 
GeneralLDAP Active directory Pin
robmays29-Jun-04 4:11
robmays29-Jun-04 4:11 
GeneralRe: LDAP Active directory Pin
Heath Stewart29-Jun-04 5:37
protectorHeath Stewart29-Jun-04 5:37 
GeneralRe: LDAP Active directory Pin
robmays2-Jul-04 21:48
robmays2-Jul-04 21:48 
GeneralDataset Filter Interger Pin
Antonius_r329-Jun-04 4:11
Antonius_r329-Jun-04 4:11 
GeneralRe: Dataset Filter Interger Pin
Dave Kreskowiak29-Jun-04 5:04
mveDave Kreskowiak29-Jun-04 5:04 
GeneralRe: Dataset Filter Interger Pin
Antonius_r329-Jun-04 5:47
Antonius_r329-Jun-04 5:47 
GeneralRe: Dataset Filter Interger Pin
Antonius_r329-Jun-04 18:08
Antonius_r329-Jun-04 18:08 
GeneralRe: Dataset Filter Interger Pin
Orina DCosta29-Jun-04 20:20
Orina DCosta29-Jun-04 20:20 

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.