Click here to Skip to main content
15,903,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDoes anyone know of a good article about shrinking EXE sizes? Pin
Terry O'Nolley26-May-04 11:48
Terry O'Nolley26-May-04 11:48 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Anonymous26-May-04 12:12
Anonymous26-May-04 12:12 
GeneralRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Anonymous26-May-04 12:13
Anonymous26-May-04 12:13 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Nick Parker26-May-04 13:53
protectorNick Parker26-May-04 13:53 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Joe Woodbury26-May-04 17:00
professionalJoe Woodbury26-May-04 17:00 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Paolo Vernazza26-May-04 22:57
Paolo Vernazza26-May-04 22:57 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Jonas Larsson27-May-04 0:33
Jonas Larsson27-May-04 0:33 
Generalcount() function using STL Pin
BlackDice26-May-04 11:36
BlackDice26-May-04 11:36 
I've looked all over this site, and googled it but I can't seem to get the count function to work. here's what I have:

int iCount = count(vecWords.begin(),vecWords.end(),sWord)

where sWord is a struct variable of the type the vector is holding. I even try to hard-code a 1 or any other type of variable in there and I keep getting the same error message:

error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::allocator<_Ty>::value_type' (or there is no acceptable conversion)

Can anyone help? Thanks!!

If it's broken, I probably did it

bdiamond
GeneralRe: count() function using STL Pin
markkuk26-May-04 11:55
markkuk26-May-04 11:55 
GeneralRe: count() function using STL Pin
BlackDice26-May-04 11:59
BlackDice26-May-04 11:59 
GeneralRe: count() function using STL Pin
Michael Dunn26-May-04 12:10
sitebuilderMichael Dunn26-May-04 12:10 
GeneralRe: count() function using STL Pin
BlackDice27-May-04 3:04
BlackDice27-May-04 3:04 
GeneralRe: count() function using STL Pin
toxcct26-May-04 22:56
toxcct26-May-04 22:56 
GeneralRe: count() function using STL Pin
BlackDice27-May-04 3:03
BlackDice27-May-04 3:03 
GeneralDirectShow and C++ (No-MFC) Pin
Paolo Ponzano26-May-04 10:33
Paolo Ponzano26-May-04 10:33 
GeneralRe: DirectShow and C++ (No-MFC) Pin
Antti Keskinen26-May-04 11:32
Antti Keskinen26-May-04 11:32 
GeneralRe: DirectShow and C++ (No-MFC) Pin
Paolo Ponzano26-May-04 19:23
Paolo Ponzano26-May-04 19:23 
GeneralTreeCtrl in DialogBar in MFC MDI Pin
NTense26-May-04 9:58
NTense26-May-04 9:58 
GeneralRe: TreeCtrl in DialogBar in MFC MDI Pin
valikac26-May-04 13:20
valikac26-May-04 13:20 
GeneralWord Automation help Pin
C++NewBe26-May-04 9:54
C++NewBe26-May-04 9:54 
GeneralGet around having to use constants for 2d dynamic memory allocation Pin
aero6dyn26-May-04 9:45
aero6dyn26-May-04 9:45 
GeneralRe: Get around having to use constants for 2d dynamic memory allocation Pin
Rob Manderson26-May-04 10:39
protectorRob Manderson26-May-04 10:39 
GeneralRe: Get around having to use constants for 2d dynamic memory allocation Pin
aero6dyn27-May-04 8:00
aero6dyn27-May-04 8:00 
GeneralBitmap trace Pin
Vaclav26-May-04 9:25
Vaclav26-May-04 9:25 
GeneralDesparate Help needed Pin
dhermann26-May-04 8:52
dhermann26-May-04 8:52 

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.