Click here to Skip to main content
15,904,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Need help to pass float or Double argument with _begintherad() Pin
Rick York26-Aug-08 13:11
mveRick York26-Aug-08 13:11 
AnswerRe: Need help to pass float or Double argument with _begintherad() Pin
Mark Salsbery27-Aug-08 6:59
Mark Salsbery27-Aug-08 6:59 
QuestionMDIParent problems [modified] Pin
C# Beginner Nick26-Aug-08 10:37
C# Beginner Nick26-Aug-08 10:37 
AnswerRe: MDIParent problems Pin
Mark Salsbery26-Aug-08 10:45
Mark Salsbery26-Aug-08 10:45 
GeneralRe: MDIParent problems Pin
C# Beginner Nick26-Aug-08 10:56
C# Beginner Nick26-Aug-08 10:56 
GeneralRe: MDIParent problems Pin
Mark Salsbery26-Aug-08 11:53
Mark Salsbery26-Aug-08 11:53 
GeneralRe: MDIParent problems Pin
C# Beginner Nick26-Aug-08 17:42
C# Beginner Nick26-Aug-08 17:42 
Questionlist ".remove()" issue Pin
FrankMookie26-Aug-08 8:27
FrankMookie26-Aug-08 8:27 
Hi everyone.
I'm having some problems removing objects from a list.
Here's the code.

cout<<"Name of the band you want to delete: ";
                  fflush(stdin); getline(cin,nameband);
		  band = myManager.select_band_name(nameband);
		  if(band!=0)
		  {
		  (...)
                  myManager.remove_band(*band);
                 (...)

The remove function is this:
void Manager::remove_band(const Band & bd)
{
	available_bands_list.remove(bd);
}


There are no debug or run-time erros... did I miss something?
Thank you.
AnswerRe: list ".remove()" issue Pin
Roger Stoltz26-Aug-08 9:09
Roger Stoltz26-Aug-08 9:09 
QuestionRe: list ".remove()" issue Pin
led mike26-Aug-08 10:21
led mike26-Aug-08 10:21 
AnswerRe: list ".remove()" issue Pin
FrankMookie26-Aug-08 12:05
FrankMookie26-Aug-08 12:05 
QuestionRe: list ".remove()" issue Pin
led mike27-Aug-08 5:04
led mike27-Aug-08 5:04 
GeneralRe: list ".remove()" issue Pin
FrankMookie27-Aug-08 6:07
FrankMookie27-Aug-08 6:07 
QuestionVC++ 6 - &gt; VS2005 ATL Compile Errors Pin
Doug Knudson26-Aug-08 7:28
Doug Knudson26-Aug-08 7:28 
AnswerRe: VC++ 6 - &gt; VS2005 ATL Compile Errors Pin
Perspx26-Aug-08 8:00
Perspx26-Aug-08 8:00 
QuestionApplication crash Pin
ptr_Electron26-Aug-08 2:57
ptr_Electron26-Aug-08 2:57 
AnswerRe: Application crash Pin
toxcct26-Aug-08 3:06
toxcct26-Aug-08 3:06 
AnswerRe: Application crash Pin
SandipG 26-Aug-08 3:14
SandipG 26-Aug-08 3:14 
QuestionRe: Application crash Pin
David Crow26-Aug-08 4:16
David Crow26-Aug-08 4:16 
JokeRe: Application crash Pin
Mark Salsbery26-Aug-08 5:19
Mark Salsbery26-Aug-08 5:19 
QuestionRe: Application crash Pin
David Crow26-Aug-08 5:23
David Crow26-Aug-08 5:23 
GeneralRe: Application crash Pin
led mike26-Aug-08 4:58
led mike26-Aug-08 4:58 
AnswerRe: Application crash Pin
Jijo.Raj26-Aug-08 6:27
Jijo.Raj26-Aug-08 6:27 
GeneralRe: Application crash Pin
ptr_Electron26-Aug-08 19:45
ptr_Electron26-Aug-08 19:45 
GeneralRe: Application crash Pin
Jijo.Raj26-Aug-08 19:55
Jijo.Raj26-Aug-08 19:55 

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.