Click here to Skip to main content
15,906,285 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Recover Deleted Files Pin
toxcct29-Apr-04 4:18
toxcct29-Apr-04 4:18 
GeneralRe: How to Recover Deleted Files Pin
jk chan29-Apr-04 17:02
jk chan29-Apr-04 17:02 
GeneralRe: How to Recover Deleted Files Pin
toxcct29-Apr-04 19:28
toxcct29-Apr-04 19:28 
GeneralRe: How to Recover Deleted Files Pin
David Crow29-Apr-04 4:41
David Crow29-Apr-04 4:41 
GeneralRe: How to Recover Deleted Files Pin
jk chan29-Apr-04 22:40
jk chan29-Apr-04 22:40 
GeneralRe: How to Recover Deleted Files Pin
Santanu Lahiri30-Apr-04 8:46
Santanu Lahiri30-Apr-04 8:46 
GeneralVB Scripting in MFC Pin
soundman3229-Apr-04 1:21
soundman3229-Apr-04 1:21 
GeneralRe: VB Scripting in MFC Pin
David Crow29-Apr-04 2:04
David Crow29-Apr-04 2:04 
GeneralRe: VB Scripting in MFC Pin
Mike Dimmick29-Apr-04 2:22
Mike Dimmick29-Apr-04 2:22 
QuestionDon't we have any article on Dialogic based project??? Pin
Jigar Mehta29-Apr-04 0:51
Jigar Mehta29-Apr-04 0:51 
AnswerRe: Don't we have any article on Dialogic based project??? Pin
Trollslayer29-Apr-04 1:01
mentorTrollslayer29-Apr-04 1:01 
GeneralRe: Don't we have any article on Dialogic based project??? Pin
Michael P Butler29-Apr-04 2:50
Michael P Butler29-Apr-04 2:50 
AnswerRe: Don't we have any article on Dialogic based project??? Pin
Michael P Butler29-Apr-04 2:46
Michael P Butler29-Apr-04 2:46 
Questioncan we know whether our dll is registered or not Pin
softp_vc28-Apr-04 23:46
softp_vc28-Apr-04 23:46 
AnswerRe: can we know whether our dll is registered or not Pin
David Crow29-Apr-04 2:08
David Crow29-Apr-04 2:08 
GeneralRe: can we know whether our dll is registered or not Pin
softp_vc30-Apr-04 23:23
softp_vc30-Apr-04 23:23 
GeneralSTL Deque Container - question Pin
CoolVini28-Apr-04 23:38
CoolVini28-Apr-04 23:38 
I have made a deque list of my class/structs
and it's working fine, all is fine exept one problem of me that I can not understnd or can not find....Confused | :confused:

I need to get a reference to an object inside my deque and keep that reference for doing thinks but when I do sort in deque this reference change.

For example.
(MyListToShow is my Deque)
(SendMe is my class to add)

Now I put it on my list
MyListToShow.push_back(SendMe);

Now I find the pointer to my last element on deque and save it eg to pointer [KeepMyRef]

Now I do sort the deque....
and now [KeepMyRef] is point to a diferent element.


How can I get a pointer to the same class - to the memory it self of my data ?

Thank you in advanced
ViniRose | [Rose]
GeneralRe: STL Deque Container - question Pin
Paul Ranson29-Apr-04 0:24
Paul Ranson29-Apr-04 0:24 
GeneralRe: STL Deque Container - question Pin
CoolVini29-Apr-04 4:31
CoolVini29-Apr-04 4:31 
GeneralRe: STL Deque Container - question Pin
Paul Ranson29-Apr-04 11:22
Paul Ranson29-Apr-04 11:22 
GeneralRe: STL Deque Container - question Pin
CoolVini29-Apr-04 22:34
CoolVini29-Apr-04 22:34 
GeneralHTML Dialog question ... Pin
Hadi Rezaee28-Apr-04 23:29
Hadi Rezaee28-Apr-04 23:29 
GeneralDll & Vectors Pin
Bernhard28-Apr-04 23:10
Bernhard28-Apr-04 23:10 
GeneralRe: Dll & Vectors Pin
Anonymous29-Apr-04 0:05
Anonymous29-Apr-04 0:05 
GeneralRe: Dll & Vectors Pin
Mike Dimmick29-Apr-04 0:21
Mike Dimmick29-Apr-04 0:21 

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.