Click here to Skip to main content
15,887,676 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalmt.exe : general error c10100b1 (VS 2008) [modified] Pin
Ravi K6-Feb-08 3:36
Ravi K6-Feb-08 3:36 
GeneralRe: mt.exe : general error c10100b1 (VS 2008) Pin
Iain Clarke, Warrior Programmer6-Feb-08 4:14
Iain Clarke, Warrior Programmer6-Feb-08 4:14 
GeneralRe: mt.exe : general error c10100b1 (VS 2008) Pin
Matthew Faithfull6-Feb-08 4:32
Matthew Faithfull6-Feb-08 4:32 
QuestionUnresolved external reference error in InternetOpen() - C++ Pin
vptech196-Feb-08 1:52
vptech196-Feb-08 1:52 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
Cedric Moonen6-Feb-08 1:57
Cedric Moonen6-Feb-08 1:57 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
ShilpiP6-Feb-08 1:59
ShilpiP6-Feb-08 1:59 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
vptech196-Feb-08 3:48
vptech196-Feb-08 3:48 
GeneralSimple problem with a list! Pin
Michael1016-Feb-08 1:08
Michael1016-Feb-08 1:08 
Hi people,

I've got an If statement in my code that needs to check the last element of a list. Like follows:

if (Remainder == 1 && TesterIterator != Mersenne.end())

This doesn't work the way I would like because the .end() command takes you to one element past the end of the list :'(. I would like to construct an if statement that would like to go to the last element minus one. This is one that I tried but it didn't work Frown | :(

if (Remainder == 1 && TesterIterator != (Mersenne.end()--))

Does anyone have any ideas? I am very appreciative for all your help in advance.

Michael Smile | :)
GeneralRe: Simple problem with a list! Pin
santhoshv846-Feb-08 1:16
santhoshv846-Feb-08 1:16 
GeneralRe: Simple problem with a list! Pin
Michael1016-Feb-08 11:38
Michael1016-Feb-08 11:38 
Questionerror in filter design coding Pin
ashwiny6-Feb-08 0:39
ashwiny6-Feb-08 0:39 
GeneralRe: error in filter design coding Pin
Rajkumar R6-Feb-08 0:47
Rajkumar R6-Feb-08 0:47 
GeneralRe: error in filter design coding Pin
ashwiny6-Feb-08 1:07
ashwiny6-Feb-08 1:07 
GeneralRe: error in filter design coding Pin
Rajkumar R6-Feb-08 1:22
Rajkumar R6-Feb-08 1:22 
GeneralRe: error in filter design coding Pin
ashwiny6-Feb-08 23:50
ashwiny6-Feb-08 23:50 
GeneralCalling thru' Icons - Urgent Pin
Gita.Bairavi6-Feb-08 0:16
Gita.Bairavi6-Feb-08 0:16 
QuestionRe: Calling thru' Icons - Urgent Pin
Rajesh R Subramanian6-Feb-08 0:30
professionalRajesh R Subramanian6-Feb-08 0:30 
GeneralRe: Calling thru' Icons - Urgent Pin
Gita.Bairavi6-Feb-08 1:01
Gita.Bairavi6-Feb-08 1:01 
QuestionRe: Calling thru' Icons - Urgent Pin
Rajesh R Subramanian6-Feb-08 1:31
professionalRajesh R Subramanian6-Feb-08 1:31 
GeneralRe: Calling thru' Icons - Urgent Pin
Anandi.VC6-Feb-08 0:51
Anandi.VC6-Feb-08 0:51 
GeneralRe: Calling thru' Icons - Urgent Pin
Maximilien6-Feb-08 0:59
Maximilien6-Feb-08 0:59 
GeneralCompilation Errors Pin
Anandi.VC5-Feb-08 23:50
Anandi.VC5-Feb-08 23:50 
QuestionRe: Compilation Errors Pin
CPallini6-Feb-08 0:03
mveCPallini6-Feb-08 0:03 
GeneralTaskbar Notification Pin
vinayvishal5-Feb-08 22:14
vinayvishal5-Feb-08 22:14 
GeneralRe: Taskbar Notification Pin
Iain Clarke, Warrior Programmer6-Feb-08 0:00
Iain Clarke, Warrior Programmer6-Feb-08 0:00 

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.