Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Access Violation Pin
Peter Zajac31-May-00 4:38
Peter Zajac31-May-00 4:38 
GeneralRe: Access Violation Pin
Adam Clauss31-May-00 5:20
Adam Clauss31-May-00 5:20 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:56
Adam Clauss30-May-00 5:56 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:55
Adam Clauss30-May-00 5:55 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:52
Adam Clauss30-May-00 5:52 
QuestionHow make framework accessible? Pin
Martin Hellspong30-May-00 4:58
Martin Hellspong30-May-00 4:58 
QuestionHow make framework accessible? Pin
Martin Hellspong30-May-00 4:57
Martin Hellspong30-May-00 4:57 
GeneralSTL Pin
Member 432129-May-00 18:45
Member 432129-May-00 18:45 
Hi,
I have a vector object that has some elements in it and I want to remove an item completly from
the vector. Here is what I mean,

vector<int> inV;

for (i=0; i<10; i++)
inV.push_back(i);

I would like to call a function that will remove one of the items and leave me with 9 elements in
the vector. I tried using remove(...), but that doesn't do what I want. If I use remove, I have to
copy the valid elements from one vector to another and I don't really want to do that each time
I have to delete an element. If this is possible please let me know.

Thank in advance
GeneralRe: STL Pin
Uwe Keim29-May-00 20:54
sitebuilderUwe Keim29-May-00 20:54 
GeneralRe: STL Pin
Member 432130-May-00 6:41
Member 432130-May-00 6:41 
GeneralSTL Pin
Member 432129-May-00 18:44
Member 432129-May-00 18:44 
GeneralRICHDIT Background Pin
Eric29-May-00 16:20
Eric29-May-00 16:20 
GeneralAccessing Newly creating file Pin
Member 398529-May-00 12:15
Member 398529-May-00 12:15 
GeneralRe: Accessing Newly creating file Pin
Uwe Keim29-May-00 20:51
sitebuilderUwe Keim29-May-00 20:51 
GeneralRe: Accessing Newly creating file Pin
Member 398530-May-00 12:39
Member 398530-May-00 12:39 
GeneralSound programming related question Pin
bwhoney29-May-00 12:10
sussbwhoney29-May-00 12:10 
GeneralClosing a program Launched with ShellExecute Pin
Alfadhly29-May-00 10:31
sussAlfadhly29-May-00 10:31 
GeneralRe: Closing a program Launched with ShellExecute Pin
Uwe Keim29-May-00 20:47
sitebuilderUwe Keim29-May-00 20:47 
GeneralRe: Closing a program Launched with ShellExecute Pin
Paolo Messina30-May-00 10:50
professionalPaolo Messina30-May-00 10:50 
GeneralRe: Closing a program Launched with ShellExecute Pin
Dennis Little1-Jun-00 10:08
sussDennis Little1-Jun-00 10:08 
GeneralDialog On Top Pin
Member 434829-May-00 7:02
Member 434829-May-00 7:02 
GeneralRe: Dialog On Top Pin
Mike Dunn29-May-00 18:38
Mike Dunn29-May-00 18:38 
QuestionHow To : center a CFormView in a SDI app ??? Pin
Luc Bergeron29-May-00 6:57
Luc Bergeron29-May-00 6:57 
AnswerRe: How To : center a CFormView in a SDI app ??? Pin
Cristi Posea30-May-00 21:02
Cristi Posea30-May-00 21:02 
AnswerRe: How To : center a CFormView in a SDI app ??? Pin
Kurt2-Jun-00 2:38
Kurt2-Jun-00 2:38 

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.