Click here to Skip to main content
15,908,437 members
Home / Discussions / C#
   

C#

 
AnswerRe: CSV File Pin
J4amieC17-Sep-08 2:38
J4amieC17-Sep-08 2:38 
JokeRe: CSV File Pin
Giorgi Dalakishvili17-Sep-08 2:51
mentorGiorgi Dalakishvili17-Sep-08 2:51 
GeneralRe: CSV File Pin
Scott Dorman17-Sep-08 3:09
professionalScott Dorman17-Sep-08 3:09 
GeneralRe: CSV File Pin
Muammar©17-Sep-08 3:20
Muammar©17-Sep-08 3:20 
GeneralRe: CSV File Pin
Ashfield17-Sep-08 3:40
Ashfield17-Sep-08 3:40 
AnswerRe: CSV File Pin
Mycroft Holmes17-Sep-08 20:00
professionalMycroft Holmes17-Sep-08 20:00 
QuestionHelp with unsafe code ( array of pointer to a stucture) [modified] Pin
Preetham.N17-Sep-08 2:24
Preetham.N17-Sep-08 2:24 
AnswerRe: Help with unsafe code ( array of pointer to a stucture) Pin
Alan Balkany17-Sep-08 3:23
Alan Balkany17-Sep-08 3:23 
First the length of the nee array is only one, so nee[1] goes past the end. Second, testPtr is the managed type. It's already a pointer so you don't need to take the address of it.

Try: nee [1] = testPtr;
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Preetham.N17-Sep-08 3:30
Preetham.N17-Sep-08 3:30 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Guffa17-Sep-08 3:32
Guffa17-Sep-08 3:32 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Alan Balkany17-Sep-08 3:35
Alan Balkany17-Sep-08 3:35 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Preetham.N17-Sep-08 3:42
Preetham.N17-Sep-08 3:42 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Alan Balkany17-Sep-08 3:45
Alan Balkany17-Sep-08 3:45 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Preetham.N17-Sep-08 3:47
Preetham.N17-Sep-08 3:47 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Alan Balkany17-Sep-08 3:58
Alan Balkany17-Sep-08 3:58 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Preetham.N17-Sep-08 4:06
Preetham.N17-Sep-08 4:06 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Alan Balkany17-Sep-08 4:38
Alan Balkany17-Sep-08 4:38 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Guffa17-Sep-08 8:52
Guffa17-Sep-08 8:52 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Alan Balkany18-Sep-08 3:52
Alan Balkany18-Sep-08 3:52 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Alan Balkany17-Sep-08 4:04
Alan Balkany17-Sep-08 4:04 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) [modified] Pin
Guffa17-Sep-08 8:46
Guffa17-Sep-08 8:46 
AnswerRe: Help with unsafe code ( array of pointer to a stucture) Pin
Guffa17-Sep-08 3:25
Guffa17-Sep-08 3:25 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Preetham.N17-Sep-08 3:33
Preetham.N17-Sep-08 3:33 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Guffa17-Sep-08 8:40
Guffa17-Sep-08 8:40 
GeneralRe: Help with unsafe code ( array of pointer to a stucture) Pin
Preetham.N17-Sep-08 3:50
Preetham.N17-Sep-08 3:50 

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.