Click here to Skip to main content
16,014,860 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to pass a wstring value to a string pointer Pin
Jijo.Raj28-Jul-08 17:16
Jijo.Raj28-Jul-08 17:16 
QuestionOwnerdraw a Dialog Pin
KellyR28-Jul-08 13:32
KellyR28-Jul-08 13:32 
AnswerRe: Ownerdraw a Dialog Pin
Stephen Hewitt28-Jul-08 14:21
Stephen Hewitt28-Jul-08 14:21 
QuestionRe: Ownerdraw a Dialog [modified] Pin
KellyR28-Jul-08 14:59
KellyR28-Jul-08 14:59 
AnswerRe: Ownerdraw a Dialog Pin
Stephen Hewitt28-Jul-08 15:09
Stephen Hewitt28-Jul-08 15:09 
AnswerRe: Ownerdraw a Dialog Pin
KellyR28-Jul-08 15:23
KellyR28-Jul-08 15:23 
QuestionEfficient Object Management Pin
Alex H 198328-Jul-08 10:39
Alex H 198328-Jul-08 10:39 
AnswerRe: Efficient Object Management Pin
Cedric Moonen28-Jul-08 20:27
Cedric Moonen28-Jul-08 20:27 
Your question is not really clear but it sesems that you simply need some kind of container (std::list is a container class). Why do you call the an "Object Management Class" ?

Anyway, the way to access elements in a std::list is by using an iterator. The iterator overload * and -> operators that give you access to the object pointed by the iterator. To remove objects, simply erase the iterator (it has an erase member function).
But I suggest that you first read some tutorial about how to use those classes from the STL because it could be quite difficult to start with that without a good tutorial. Just google for it and I am sure you'll find plenty.

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

GeneralRe: Efficient Object Management Pin
Alex H 198329-Jul-08 1:05
Alex H 198329-Jul-08 1:05 
Questionbaudrate and other serial communication parameters Pin
hariakuthota28-Jul-08 9:36
hariakuthota28-Jul-08 9:36 
AnswerRe: baudrate and other serial communication parameters Pin
Joe Woodbury28-Jul-08 10:11
professionalJoe Woodbury28-Jul-08 10:11 
QuestionRe: baudrate and other serial communication parameters Pin
Luc Pattyn28-Jul-08 10:32
sitebuilderLuc Pattyn28-Jul-08 10:32 
AnswerRe: baudrate and other serial communication parameters Pin
hariakuthota28-Jul-08 18:18
hariakuthota28-Jul-08 18:18 
GeneralRe: baudrate and other serial communication parameters Pin
Cedric Moonen28-Jul-08 20:29
Cedric Moonen28-Jul-08 20:29 
QuestionMFC/Win32 Enumerate Font size ? Pin
Maximilien28-Jul-08 9:31
Maximilien28-Jul-08 9:31 
AnswerRe: MFC/Win32 Enumerate Font size ? Pin
_AnsHUMAN_ 28-Jul-08 9:42
_AnsHUMAN_ 28-Jul-08 9:42 
GeneralRe: MFC/Win32 Enumerate Font size ? Pin
Maximilien29-Jul-08 7:23
Maximilien29-Jul-08 7:23 
Questionshortcut for menu operations Pin
hariakuthota28-Jul-08 8:54
hariakuthota28-Jul-08 8:54 
Questiontooltips for controls in the group box Pin
hariakuthota28-Jul-08 8:52
hariakuthota28-Jul-08 8:52 
GeneralRe: tooltips for controls in the group box Pin
fantasy121528-Jul-08 16:52
fantasy121528-Jul-08 16:52 
QuestionRe: Wanna show multi-lines in the tooltip Pin
fantasy121528-Jul-08 19:34
fantasy121528-Jul-08 19:34 
QuestionProblem with DLL Pin
Nandu_77b28-Jul-08 6:20
Nandu_77b28-Jul-08 6:20 
AnswerRe: Problem with DLL Pin
led mike28-Jul-08 6:30
led mike28-Jul-08 6:30 
JokeRe: Problem with DLL Pin
Luc Pattyn28-Jul-08 7:14
sitebuilderLuc Pattyn28-Jul-08 7:14 
GeneralRe: Problem with DLL Pin
led mike28-Jul-08 7:34
led mike28-Jul-08 7:34 

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.