Click here to Skip to main content
15,904,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Rajesh R Subramanian27-Sep-06 1:38
professionalRajesh R Subramanian27-Sep-06 1:38 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Waldermort27-Sep-06 1:55
Waldermort27-Sep-06 1:55 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Waldermort27-Sep-06 1:57
Waldermort27-Sep-06 1:57 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
David Crow27-Sep-06 2:42
David Crow27-Sep-06 2:42 
Questionupload Pin
Bravoone_200627-Sep-06 0:09
Bravoone_200627-Sep-06 0:09 
Question[Message Deleted] [modified] Pin
GudduRanchi26-Sep-06 23:47
GudduRanchi26-Sep-06 23:47 
AnswerRe: How to Call CList in structure Pin
Rinu_Raj26-Sep-06 23:53
Rinu_Raj26-Sep-06 23:53 
QuestionRe: How to Call CList in structure Pin
GudduRanchi27-Sep-06 3:39
GudduRanchi27-Sep-06 3:39 
I have created a structure as
typedef struct __test{
char buf[10];
}TEST,*PTEST;

then i created a CList object as

CList<PTEST ,PTEST>my_firststruct;

then i am using to store linklist
if( my_firststruct.IsEmpty())
my_firststruct.Addhead(pTest);
else
my_firststruct.AddTail(pTest);

It is working fine. But problem start when i am using as
typedef struct __Second{
char buf[10];
}SECOND,*PSECOND;

typedef struct __test{
CList<PSECOND,PSECOND>my_secondstruct;
char buf[10];
}TEST,*PTEST;

if(pTest->my_secondstruct.IsEmpty())

when i am trying to call this is giving me error error code is
C0000005: This error is with memory. So how i will resolve this error.

Can any one help me on this...?
AnswerRe: How to Call CList in structure Pin
David Crow27-Sep-06 3:03
David Crow27-Sep-06 3:03 
GeneralRe: How to Call CList in structure Pin
GudduRanchi27-Sep-06 3:37
GudduRanchi27-Sep-06 3:37 
GeneralRe: How to Call CList in structure Pin
David Crow27-Sep-06 4:03
David Crow27-Sep-06 4:03 
QuestionRe: How to Call CList in structure Pin
GudduRanchi27-Sep-06 20:40
GudduRanchi27-Sep-06 20:40 
AnswerRe: How to Call CList in structure Pin
David Crow28-Sep-06 2:49
David Crow28-Sep-06 2:49 
QuestionDelete a File Pin
RahulOP26-Sep-06 23:41
RahulOP26-Sep-06 23:41 
AnswerRe: Delete a File Pin
Rinu_Raj26-Sep-06 23:56
Rinu_Raj26-Sep-06 23:56 
GeneralRe: Delete a File Pin
RahulOP27-Sep-06 0:02
RahulOP27-Sep-06 0:02 
AnswerRe: Delete a File Pin
Rinu_Raj27-Sep-06 0:16
Rinu_Raj27-Sep-06 0:16 
GeneralRe: Delete a File Pin
RahulOP27-Sep-06 0:25
RahulOP27-Sep-06 0:25 
GeneralRe: Delete a File Pin
Rinu_Raj27-Sep-06 0:32
Rinu_Raj27-Sep-06 0:32 
GeneralRe: Delete a File Pin
RahulOP27-Sep-06 2:03
RahulOP27-Sep-06 2:03 
AnswerRe: Delete a File Pin
GudduRanchi27-Sep-06 3:46
GudduRanchi27-Sep-06 3:46 
Questionabout ComboBox problem Pin
rxgmoral26-Sep-06 23:20
rxgmoral26-Sep-06 23:20 
AnswerRe: about ComboBox problem [modified] Pin
prasad_som26-Sep-06 23:24
prasad_som26-Sep-06 23:24 
QuestionCFileDialog Pin
si_6926-Sep-06 23:03
si_6926-Sep-06 23:03 
AnswerRe: CFileDialog Pin
Rajesh R Subramanian26-Sep-06 23:07
professionalRajesh R Subramanian26-Sep-06 23:07 

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.