Click here to Skip to main content
15,889,839 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MoveWindow() Pin
David Crow4-Dec-07 7:29
David Crow4-Dec-07 7:29 
GeneralIn a vector: How to locate a certain element; then erase just that element Pin
Larry Mills Sr3-Dec-07 10:49
Larry Mills Sr3-Dec-07 10:49 
GeneralRe: In a vector: How to locate a certain element; then erase just that element Pin
Stephen Hewitt3-Dec-07 13:42
Stephen Hewitt3-Dec-07 13:42 
GeneralRe: In a vector: How to locate a certain element; then erase just that element Pin
Stephen Hewitt3-Dec-07 13:50
Stephen Hewitt3-Dec-07 13:50 
GeneralRe: In a vector: How to locate a certain element; then erase just that element [modified] Pin
Larry Mills Sr4-Dec-07 5:45
Larry Mills Sr4-Dec-07 5:45 
GeneralRe: In a vector: How to locate a certain element; then erase just that element Pin
David Crow4-Dec-07 7:33
David Crow4-Dec-07 7:33 
GeneralRe: In a vector: How to locate a certain element; then erase just that element Pin
Larry Mills Sr4-Dec-07 11:37
Larry Mills Sr4-Dec-07 11:37 
GeneralRe: In a vector: How to locate a certain element; then erase just that element Pin
Nelek4-Dec-07 21:28
protectorNelek4-Dec-07 21:28 
You can use the CList in Simon Huges and my own article, just to see how it works (key word to search: Smart list)

But you can anyways use a list in C++ without MFC, the principies should be similar. I dont now remember if it is in the STL, stl::list

Greetings.

--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

GeneralRe: In a vector: How to locate a certain element; then erase just that element Pin
Larry Mills Sr5-Dec-07 3:24
Larry Mills Sr5-Dec-07 3:24 
GeneralDialog box with changeable STATIC text and TITLE Pin
RomTibi3-Dec-07 9:12
RomTibi3-Dec-07 9:12 
GeneralRe: Dialog box with changeable STATIC text and TITLE Pin
Oliver1233-Dec-07 18:18
Oliver1233-Dec-07 18:18 
GeneralRe: Dialog box with changeable STATIC text and TITLE Pin
RomTibi4-Dec-07 8:56
RomTibi4-Dec-07 8:56 
GeneralRe: Dialog box with changeable STATIC text and TITLE Pin
Paresh Chitte3-Dec-07 18:26
Paresh Chitte3-Dec-07 18:26 
GeneralRe: Dialog box with changeable STATIC text and TITLE Pin
RomTibi4-Dec-07 8:57
RomTibi4-Dec-07 8:57 
GeneralDialog box with changeable STATIC text Pin
RomTibi3-Dec-07 9:09
RomTibi3-Dec-07 9:09 
QuestionRe: Dialog box with changeable STATIC text Pin
Mark Salsbery3-Dec-07 10:08
Mark Salsbery3-Dec-07 10:08 
GeneralRe: Dialog box with changeable STATIC text Pin
RomTibi4-Dec-07 8:57
RomTibi4-Dec-07 8:57 
GeneralRe: Dialog box with changeable STATIC text Pin
Hamid_RT3-Dec-07 19:31
Hamid_RT3-Dec-07 19:31 
GeneralRe: Dialog box with changeable STATIC text Pin
RomTibi4-Dec-07 8:58
RomTibi4-Dec-07 8:58 
GeneralRe: Dialog box with changeable STATIC text Pin
Hamid_RT4-Dec-07 18:22
Hamid_RT4-Dec-07 18:22 
GeneralRe: Dialog box with changeable STATIC text Pin
Nelek4-Dec-07 21:23
protectorNelek4-Dec-07 21:23 
Questioncan be avoided dissasembly? Pin
RomTibi3-Dec-07 9:03
RomTibi3-Dec-07 9:03 
AnswerRe: can be avoided dissasembly? Pin
Mike Dimmick3-Dec-07 14:14
Mike Dimmick3-Dec-07 14:14 
GeneralRe: can be avoided dissasembly? Pin
RomTibi4-Dec-07 8:59
RomTibi4-Dec-07 8:59 
Questioncan be avoided memory dump? Pin
RomTibi3-Dec-07 8:45
RomTibi3-Dec-07 8:45 

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.