Click here to Skip to main content
15,920,801 members
Home / Discussions / C#
   

C#

 
QuestionDevice Drivers Pin
queries36528-Jan-09 3:15
queries36528-Jan-09 3:15 
QuestionReading xml that contains reference to xml’s Pin
Ronenb28-Jan-09 3:08
Ronenb28-Jan-09 3:08 
QuestionStruct vs array performance Pin
Lutosław28-Jan-09 2:25
Lutosław28-Jan-09 2:25 
AnswerRe: Struct vs array performance Pin
SeMartens28-Jan-09 2:44
SeMartens28-Jan-09 2:44 
GeneralRe: Struct vs array performance Pin
User 665828-Jan-09 3:02
User 665828-Jan-09 3:02 
GeneralRe: Struct vs array performance Pin
SeMartens28-Jan-09 3:14
SeMartens28-Jan-09 3:14 
GeneralRe: Struct vs array performance Pin
User 665828-Jan-09 3:23
User 665828-Jan-09 3:23 
AnswerRe: Struct vs array performance Pin
C Change28-Jan-09 3:09
C Change28-Jan-09 3:09 
Not 100% cetain, but with modern processors and compilers there should be negligible odds. Any given structure is of constant size, and the offset into the structure for any given member is also constant. The array indexing is therefore trivial, and the member offsetting calculable at compile-time. e.g. If iterating in a for loop, it might typically add the struct size onto the index each time, which was originally primed with the address of the member variable in the initial array element.
AnswerRe: Struct vs array performance Pin
Ennis Ray Lynch, Jr.28-Jan-09 4:02
Ennis Ray Lynch, Jr.28-Jan-09 4:02 
Questionxml data Pin
arkiboys28-Jan-09 1:47
arkiboys28-Jan-09 1:47 
AnswerRe: xml data Pin
SeMartens28-Jan-09 1:51
SeMartens28-Jan-09 1:51 
GeneralRe: xml data Pin
arkiboys28-Jan-09 2:01
arkiboys28-Jan-09 2:01 
QuestionUML Modelling of C# / .NET Windows Apps? Pin
C Change28-Jan-09 0:28
C Change28-Jan-09 0:28 
QuestionDownloadfile issue from server Pin
ashok_rgm28-Jan-09 0:15
ashok_rgm28-Jan-09 0:15 
AnswerRe: Downloadfile issue from server Pin
Manas Bhardwaj28-Jan-09 0:28
professionalManas Bhardwaj28-Jan-09 0:28 
GeneralRe: Downloadfile issue from server Pin
ashok_rgm28-Jan-09 0:54
ashok_rgm28-Jan-09 0:54 
AnswerRe: Downloadfile issue from server Pin
Aman Bhullar28-Jan-09 1:31
Aman Bhullar28-Jan-09 1:31 
Questionhow to do a multi task on a single button click Pin
sandhya1427-Jan-09 23:53
sandhya1427-Jan-09 23:53 
AnswerRe: how to do a multi task on a single button click Pin
rah_sin27-Jan-09 23:58
professionalrah_sin27-Jan-09 23:58 
GeneralRe: how to do a multi task on a single button click Pin
sandhya1428-Jan-09 0:04
sandhya1428-Jan-09 0:04 
GeneralRe: how to do a multi task on a single button click Pin
sandhya1428-Jan-09 0:20
sandhya1428-Jan-09 0:20 
AnswerRe: how to do a multi task on a single button click Pin
DaveyM6928-Jan-09 0:04
professionalDaveyM6928-Jan-09 0:04 
GeneralRe: how to do a multi task on a single button click Pin
sandhya1428-Jan-09 0:18
sandhya1428-Jan-09 0:18 
GeneralRe: how to do a multi task on a single button click Pin
DaveyM6928-Jan-09 0:32
professionalDaveyM6928-Jan-09 0:32 
Questionhow can i send file name to desktop application Pin
ahmedhassan9627-Jan-09 23:51
ahmedhassan9627-Jan-09 23:51 

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.