Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Buffer Copy / Concat Issue Pin
CPallini31-Jul-08 23:04
mveCPallini31-Jul-08 23:04 
GeneralRe: Buffer Copy / Concat Issue Pin
Programm3r31-Jul-08 23:06
Programm3r31-Jul-08 23:06 
QuestionRe: Buffer Copy / Concat Issue Pin
CPallini31-Jul-08 23:18
mveCPallini31-Jul-08 23:18 
AnswerRe: Buffer Copy / Concat Issue Pin
Perspx31-Jul-08 23:17
Perspx31-Jul-08 23:17 
AnswerRe: Buffer Copy / Concat Issue Pin
Cedric Moonen31-Jul-08 23:42
Cedric Moonen31-Jul-08 23:42 
QuestionType Conversion Pin
T.RATHA KRISHNAN31-Jul-08 22:14
T.RATHA KRISHNAN31-Jul-08 22:14 
AnswerRe: Type Conversion Pin
CPallini31-Jul-08 22:20
mveCPallini31-Jul-08 22:20 
GeneralRe: Type Conversion Pin
T.RATHA KRISHNAN31-Jul-08 22:26
T.RATHA KRISHNAN31-Jul-08 22:26 
But I need it. I've to compare the last element of an iterator with an unsigned int. Depending on the result of that comparission I've to call one function. How to convert or compare the last element of an iterator with an unsigned int?

I need this for the following code:

if(pWaypoint1 == (unsigned int)pContainer.end())
{
 pWaypoint1 = 0;
 mCharacter1->GoToWaypoint(pWaypoint1);
}


Above comparision is not working. How to compare?
GeneralRe: Type Conversion Pin
Cedric Moonen31-Jul-08 22:31
Cedric Moonen31-Jul-08 22:31 
GeneralRe: Type Conversion Pin
CPallini31-Jul-08 22:37
mveCPallini31-Jul-08 22:37 
GeneralRe: Type Conversion Pin
toxcct31-Jul-08 22:48
toxcct31-Jul-08 22:48 
AnswerRe: Type Conversion Pin
toxcct31-Jul-08 22:24
toxcct31-Jul-08 22:24 
GeneralRe: Type Conversion Pin
T.RATHA KRISHNAN31-Jul-08 22:29
T.RATHA KRISHNAN31-Jul-08 22:29 
QuestionHow to do... Pin
john563231-Jul-08 22:12
john563231-Jul-08 22:12 
GeneralRe: How to do... Pin
CPallini31-Jul-08 22:19
mveCPallini31-Jul-08 22:19 
GeneralRe: How to do... Pin
toxcct31-Jul-08 22:25
toxcct31-Jul-08 22:25 
GeneralRe: How to do... Pin
CPallini31-Jul-08 22:38
mveCPallini31-Jul-08 22:38 
GeneralRe: How to do... Pin
Michael Schubert31-Jul-08 22:55
Michael Schubert31-Jul-08 22:55 
GeneralRe: How to do... Pin
CPallini31-Jul-08 22:57
mveCPallini31-Jul-08 22:57 
GeneralRe: How to do... Pin
john563231-Jul-08 23:07
john563231-Jul-08 23:07 
QuestionRe: How to do... Pin
CPallini31-Jul-08 23:15
mveCPallini31-Jul-08 23:15 
AnswerRe: How to do... Pin
David Crow1-Aug-08 3:42
David Crow1-Aug-08 3:42 
Questionset up and deployment project in VS2005 Pin
kapardhi31-Jul-08 21:37
kapardhi31-Jul-08 21:37 
GeneralRe: set up and deployment project in VS2005 Pin
kapardhi3-Aug-08 19:34
kapardhi3-Aug-08 19:34 
QuestionSetWindowsHookEx function fails in VISTA Pin
ShilpiP31-Jul-08 21:35
ShilpiP31-Jul-08 21:35 

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.