Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Capturing MOuse Move within a CListCtrl Pin
Michael Dunn16-Jul-01 17:03
sitebuilderMichael Dunn16-Jul-01 17:03 
QuestionPutting MFC exe dialog in dll? Pin
16-Jul-01 16:12
suss16-Jul-01 16:12 
QuestionHow can I reload the menu from ,rc file? Pin
Amber16-Jul-01 15:06
Amber16-Jul-01 15:06 
AnswerRe: How can I reload the menu from ,rc file? Pin
17-Jul-01 7:44
suss17-Jul-01 7:44 
GeneralURL parseing \ encoding Pin
Jared Allen16-Jul-01 14:36
Jared Allen16-Jul-01 14:36 
GeneralRe: URL parseing \ encoding Pin
James Spibey18-Jul-01 7:28
James Spibey18-Jul-01 7:28 
Generalaccessing process resources Pin
Amit Dey16-Jul-01 13:25
Amit Dey16-Jul-01 13:25 
Generalnewbie stl compiler error question Pin
Alex Griffing16-Jul-01 11:54
Alex Griffing16-Jul-01 11:54 
Hi everyone!
I'm trying to learn stl, resisting the temptation to reinvent the wheel repeatedly, but I'm running into an initial problem.

typedef std::list<socket*> SOCKLIST;
function(SOCKLIST sockets_) {
SOCKLIST::iterator it;
for (it=sockets_.begin(); it<sockets_.end(); it++)="" {
...
}
}

this="" makes="" an="" error="" in="" the="" 'for="" (...'="" line.="" i="" think="" it="" doesn't="" like="" it<sockets_.end()="" statement.="" cryptic="" (to="" me)="" message="" follows:

bool="" __cdecl="" std::operator="" <(const="" class="" std::list<_ty,_a=""> &,const class std::list<_Ty,_A> &)' : could not deduce template argument for 'const class std::list<_Ty,_A> &' from 'class std::list
GeneralRe: newbie stl compiler error question Pin
Alex Griffing16-Jul-01 12:02
Alex Griffing16-Jul-01 12:02 
GeneralRe: newbie stl compiler error question Pin
Todd Smith16-Jul-01 12:38
Todd Smith16-Jul-01 12:38 
GeneralRe: newbie stl compiler error question Pin
Todd Smith16-Jul-01 12:41
Todd Smith16-Jul-01 12:41 
GeneralRe: newbie stl compiler error question Pin
Alex Griffing16-Jul-01 12:53
Alex Griffing16-Jul-01 12:53 
QuestionFlat toolbar buttons with VC 5? Pin
16-Jul-01 11:10
suss16-Jul-01 11:10 
QuestionHow to make my program workable independently??? Pin
16-Jul-01 8:05
suss16-Jul-01 8:05 
AnswerRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 8:08
professionalChris Losinger16-Jul-01 8:08 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 8:20
suss16-Jul-01 8:20 
AnswerRe: How to make my program workable independently??? Pin
Michael Dunn16-Jul-01 10:22
sitebuilderMichael Dunn16-Jul-01 10:22 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 10:27
suss16-Jul-01 10:27 
GeneralRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 10:39
professionalChris Losinger16-Jul-01 10:39 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 10:40
suss16-Jul-01 10:40 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 14:41
suss16-Jul-01 14:41 
GeneralUnhandled exception. Pin
John Uhlenbrock16-Jul-01 6:53
John Uhlenbrock16-Jul-01 6:53 
GeneralRe: Unhandled exception. Pin
Christian Graus16-Jul-01 13:05
protectorChristian Graus16-Jul-01 13:05 
GeneralMy program is too slow......help!!! Pin
16-Jul-01 6:17
suss16-Jul-01 6:17 
GeneralRe: My program is too slow......help!!! Pin
John Uhlenbrock16-Jul-01 6:55
John Uhlenbrock16-Jul-01 6: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.