Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error LNK2001 Pin
Rinu_Raj27-Sep-06 2:04
Rinu_Raj27-Sep-06 2:04 
GeneralRe: error LNK2001 Pin
Rems Kris27-Sep-06 17:43
Rems Kris27-Sep-06 17:43 
QuestionExtract all text strings from a HTML file. How ? Pin
Sakthiu27-Sep-06 0:13
Sakthiu27-Sep-06 0:13 
AnswerRe: Extract all text strings from a HTML file. How ? Pin
Hamid_RT27-Sep-06 0:21
Hamid_RT27-Sep-06 0:21 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Sakthiu27-Sep-06 0:54
Sakthiu27-Sep-06 0:54 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Waldermort27-Sep-06 1:01
Waldermort27-Sep-06 1:01 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Sakthiu27-Sep-06 1:04
Sakthiu27-Sep-06 1:04 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Rajesh R Subramanian27-Sep-06 1:08
professionalRajesh R Subramanian27-Sep-06 1:08 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Sakthiu27-Sep-06 1:23
Sakthiu27-Sep-06 1:23 
AnswerRe: Extract all text strings from a HTML file. How ? Pin
Rajesh R Subramanian27-Sep-06 1:28
professionalRajesh R Subramanian27-Sep-06 1:28 
GeneralRe: Extract all text strings from a HTML file. How ? Pin
Sakthiu27-Sep-06 1:35
Sakthiu27-Sep-06 1:35 
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 
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 
Hi
What you have suggested it is good.it works fine but ?
i am giving you total my problem.
I am having two structure. as you kmow.

typedef struct __Second{
char buf[10];
}SECOND,*PSECOND;

typedef struct __test{
CList<PSECOND,PSECOND>my_secondstruct;
char buf[10];
}TEST,*PTEST;
CList<PTEST ,PTEST>my_example;
i have created an object of PTEST as:
PTEST test;
Allocating an memory.
Filled this structure.
check (my_example.Isempty()){
// This is my First Node
my_example.AddHead(test);
}
In this condition i am getting problem

if i am alocating the memory of
PTEST my_example= new TEST;
them i am not able to call all the member variable of CList.

So what i have to resolve my problem

Regards and Thanks





Neeraj Kumar Jha
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 

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.