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

C#

 
AnswerRe: Regenerate Designer Code File? Pin
BillWoodruff7-Dec-11 12:35
professionalBillWoodruff7-Dec-11 12:35 
Questionmultidimensional array index to linear index Pin
Keith Vitali7-Dec-11 11:42
Keith Vitali7-Dec-11 11:42 
AnswerRe: multidimensional array index to linear index Pin
RaviRanjanKr7-Dec-11 11:46
professionalRaviRanjanKr7-Dec-11 11:46 
GeneralRe: multidimensional array index to linear index Pin
harold aptroot7-Dec-11 11:58
harold aptroot7-Dec-11 11:58 
JokeRe: multidimensional array index to linear index Pin
Peter_in_27807-Dec-11 12:25
professionalPeter_in_27807-Dec-11 12:25 
GeneralRe: multidimensional array index to linear index Pin
harold aptroot7-Dec-11 12:33
harold aptroot7-Dec-11 12:33 
GeneralRe: multidimensional array index to linear index Pin
PIEBALDconsult8-Dec-11 3:31
mvePIEBALDconsult8-Dec-11 3:31 
QuestionC parsing question Pin
Software20077-Dec-11 6:21
Software20077-Dec-11 6:21 
I know how to do this in C++, but a bit rusty on C,
char line[1024]="d(Text1)b(ID1)n(node1)d(Text2)b(ID2)n(node2)d(Text3)b(ID3)n(node3)...
I would like to parse the line above into item0 = d(Text1)b(ID1)n(node1), item2 - d(Text2)b(ID2)n(node2)... and so forth
 
 char *py;
 char *px = line;
 while ((py=strstr(px,"d(")) != NULL) {
     //   if ((px=strstr(py,")")) == NULL)
     //       printf("error1");
        px++;
        }

 return 0;


Thanks
AnswerRe: C parsing question Pin
PIEBALDconsult7-Dec-11 6:45
mvePIEBALDconsult7-Dec-11 6:45 
GeneralRe: C parsing question Pin
Software20077-Dec-11 6:55
Software20077-Dec-11 6:55 
JokeRe: C parsing question Pin
Not Active7-Dec-11 9:01
mentorNot Active7-Dec-11 9:01 
GeneralRe: C parsing question Pin
David Skelly7-Dec-11 22:17
David Skelly7-Dec-11 22:17 
Questionbuild install with sql server 2008 Express Pin
jogisarge7-Dec-11 5:46
jogisarge7-Dec-11 5:46 
AnswerRe: build install with sql server 2008 Express Pin
OriginalGriff7-Dec-11 8:10
mveOriginalGriff7-Dec-11 8:10 
GeneralRe: build install with sql server 2008 Express Pin
David C# Hobbyist.7-Dec-11 14:38
professionalDavid C# Hobbyist.7-Dec-11 14:38 
GeneralRe: build install with sql server 2008 Express Pin
OriginalGriff7-Dec-11 21:35
mveOriginalGriff7-Dec-11 21:35 
AnswerRe: build install with sql server 2008 Express Pin
PIEBALDconsult7-Dec-11 11:25
mvePIEBALDconsult7-Dec-11 11:25 
AnswerRe: build install with sql server 2008 Express Pin
Jitendra Parida - Jeetu7-Dec-11 23:41
Jitendra Parida - Jeetu7-Dec-11 23:41 
QuestionSet paper size to custom(for cheque print Software) Pin
Member 84382697-Dec-11 0:39
Member 84382697-Dec-11 0:39 
AnswerRe: Set paper size to custom(for cheque print Software) Pin
coded0077-Dec-11 1:45
professionalcoded0077-Dec-11 1:45 
QuestionSession Object Not working in Web Service Pin
Anubhava Dimri6-Dec-11 23:39
Anubhava Dimri6-Dec-11 23:39 
AnswerRe: Session Object Not working in Web Service Pin
Richard MacCutchan6-Dec-11 23:48
mveRichard MacCutchan6-Dec-11 23:48 
AnswerRe: Session Object Not working in Web Service Pin
mathavi12-Dec-11 11:56
mathavi12-Dec-11 11:56 
Questionhow to add lists Pin
saurabh001 m6-Dec-11 22:05
saurabh001 m6-Dec-11 22:05 
AnswerRe: how to add lists Pin
coded0076-Dec-11 22:11
professionalcoded0076-Dec-11 22:11 

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.