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

C / C++ / MFC

 
GeneralRe: Copy files with out using SHFileOperation Pin
David Crow6-May-08 6:01
David Crow6-May-08 6:01 
QuestionRe: Copy files with out using SHFileOperation Pin
David Crow6-May-08 6:00
David Crow6-May-08 6:00 
QuestionSetFilePointer Pin
john56326-May-08 3:16
john56326-May-08 3:16 
AnswerRe: SetFilePointer Pin
CPallini6-May-08 3:23
mveCPallini6-May-08 3:23 
QuestionCList::RemoveAt Pin
piul6-May-08 2:09
piul6-May-08 2:09 
AnswerRe: CList::RemoveAt Pin
Nelek6-May-08 2:17
protectorNelek6-May-08 2:17 
AnswerRe: CList::RemoveAt Pin
toxcct6-May-08 2:18
toxcct6-May-08 2:18 
AnswerRe: CList::RemoveAt Pin
Rajesh R Subramanian6-May-08 2:19
professionalRajesh R Subramanian6-May-08 2:19 
Thankfully it is a list and not an array. Therefore, no shifting of elements is required for a delete operation. It is just changing where a single 'next' pointer is pointing to. For example, if you delete the 3rd element, what internally happens is, the next pointer of the second element points to the 4th element and so the 3rd one is 'dropped'.


A 'C++' question asked in the Visual C++ forum:
Title: please stomuch me
if i have
string s[7];
s[1]="hello"
...
s[7]="how are you"
can i trace s[1] by loop and select specified item as example i, want to select e from s[1]="hello"..... the question is : this process possible or impossible!? I hope help me.......thanks - sofia_111

GeneralOT Pin
CPallini6-May-08 2:25
mveCPallini6-May-08 2:25 
JokeRe: OT Pin
Nelek6-May-08 2:27
protectorNelek6-May-08 2:27 
GeneralRe: OT Pin
CPallini6-May-08 2:31
mveCPallini6-May-08 2:31 
GeneralRe: OT Pin
Rajesh R Subramanian6-May-08 2:32
professionalRajesh R Subramanian6-May-08 2:32 
GeneralRe: OT Pin
CPallini6-May-08 2:38
mveCPallini6-May-08 2:38 
GeneralRe: OT Pin
Rajesh R Subramanian6-May-08 2:47
professionalRajesh R Subramanian6-May-08 2:47 
GeneralRe: OT Pin
CPallini6-May-08 3:00
mveCPallini6-May-08 3:00 
AnswerRe: CList::RemoveAt Pin
CPallini6-May-08 2:22
mveCPallini6-May-08 2:22 
GeneralRe: CList::RemoveAt Pin
piul6-May-08 2:29
piul6-May-08 2:29 
GeneralRe: CList::RemoveAt Pin
Rajesh R Subramanian6-May-08 2:30
professionalRajesh R Subramanian6-May-08 2:30 
GeneralRe: CList::RemoveAt Pin
CPallini6-May-08 2:35
mveCPallini6-May-08 2:35 
JokeURGENT HLP PLZZ Pin
Rajesh R Subramanian6-May-08 2:40
professionalRajesh R Subramanian6-May-08 2:40 
GeneralRe: URGENT HLP PLZZ Pin
CPallini6-May-08 2:53
mveCPallini6-May-08 2:53 
GeneralRe: URGENT HLP PLZZ Pin
Rajesh R Subramanian6-May-08 3:01
professionalRajesh R Subramanian6-May-08 3:01 
GeneralRe: URGENT HLP PLZZ Pin
CPallini6-May-08 3:05
mveCPallini6-May-08 3:05 
GeneralThread Hijack Successful! Pin
Rajesh R Subramanian6-May-08 3:08
professionalRajesh R Subramanian6-May-08 3:08 
GeneralThread Hijack Successful! Pin
CPallini6-May-08 3:19
mveCPallini6-May-08 3:19 

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.