Click here to Skip to main content
15,905,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
GeneralRe: CFileDialog Pin
si_6926-Sep-06 23:22
si_6926-Sep-06 23:22 
GeneralRe: CFileDialog Pin
toxcct27-Sep-06 0:26
toxcct27-Sep-06 0:26 
GeneralRe: CFileDialog Pin
Hamid_RT28-Sep-06 9:18
Hamid_RT28-Sep-06 9:18 
AnswerRe: CFileDialog [modified] Pin
toxcct26-Sep-06 23:09
toxcct26-Sep-06 23:09 

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.