Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Passing string array as pointer Pin
__DanC__7-Aug-08 4:14
__DanC__7-Aug-08 4:14 
GeneralRe: Passing string array as pointer Pin
Matthew Faithfull7-Aug-08 4:25
Matthew Faithfull7-Aug-08 4:25 
AnswerRe: Passing string array as pointer Pin
Stephen Hewitt7-Aug-08 14:52
Stephen Hewitt7-Aug-08 14:52 
QuestionIncrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:06
T.RATHA KRISHNAN7-Aug-08 3:06 
QuestionRe: Incrementing a Variable Pin
David Crow7-Aug-08 3:17
David Crow7-Aug-08 3:17 
QuestionRe: Incrementing a Variable Pin
Perspx7-Aug-08 3:18
Perspx7-Aug-08 3:18 
AnswerRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:26
T.RATHA KRISHNAN7-Aug-08 3:26 
GeneralRe: Incrementing a Variable Pin
Cedric Moonen7-Aug-08 3:44
Cedric Moonen7-Aug-08 3:44 
Wow, that's a hell of a cryptic question. You have to get out of your code for a while and think that we can't see your screen. For a C++ developper (which lot of us are, obviously, except the ones that get lost on this board), an object is a class. And you can't move a class or make it travel. I guess you are doing something on the screen and displaying something that moves but it is very vague. Now, for incrementing a variable, either you increment it or you don't. You don't have another choice. Maybe you are using a float and would like to have a constant increase of your value when the thing you move on the screen is moving, but then you need to handle it yourself and it really depends a lot on how you are moving those things. When you move such a thing, increment a bit your variable at the same time.

That's about all the help we can provide giving your cryptic question.

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

GeneralRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:49
T.RATHA KRISHNAN7-Aug-08 3:49 
QuestionRe: Incrementing a Variable Pin
David Crow7-Aug-08 3:46
David Crow7-Aug-08 3:46 
GeneralRe: Incrementing a Variable Pin
cgb1437-Aug-08 10:25
cgb1437-Aug-08 10:25 
AnswerRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:33
T.RATHA KRISHNAN7-Aug-08 3:33 
GeneralRe: Incrementing a Variable Pin
Perspx7-Aug-08 3:37
Perspx7-Aug-08 3:37 
GeneralRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:40
T.RATHA KRISHNAN7-Aug-08 3:40 
GeneralRe: Incrementing a Variable Pin
Perspx7-Aug-08 3:46
Perspx7-Aug-08 3:46 
GeneralRe: Incrementing a Variable Pin
cgb1437-Aug-08 10:18
cgb1437-Aug-08 10:18 
GeneralRe: Incrementing a Variable Pin
Perspx7-Aug-08 10:22
Perspx7-Aug-08 10:22 
AnswerRe: Incrementing a Variable Pin
Nelek7-Aug-08 22:44
protectorNelek7-Aug-08 22:44 
Question[Win CE/Pocket PC]How to load an gif image on to a Button Pin
madyastha7-Aug-08 2:32
madyastha7-Aug-08 2:32 
AnswerRe: [Win CE/Pocket PC]How to load an gif image on to a Button Pin
David Crow7-Aug-08 2:53
David Crow7-Aug-08 2:53 
GeneralRe: [Win CE/Pocket PC]How to load an gif image on to a Button Pin
madyastha7-Aug-08 3:34
madyastha7-Aug-08 3:34 
QuestionRe: [Win CE/Pocket PC]How to load an gif image on to a Button Pin
David Crow7-Aug-08 3:41
David Crow7-Aug-08 3:41 
AnswerRe: [Win CE/Pocket PC]How to load an gif image on to a Button Pin
madyastha7-Aug-08 18:41
madyastha7-Aug-08 18:41 
GeneralRe: [Win CE/Pocket PC]How to load an gif image on to a Button Pin
madyastha7-Aug-08 22:41
madyastha7-Aug-08 22:41 
Questionmaking DWORD registry enteries Pin
VCProgrammer7-Aug-08 2:30
VCProgrammer7-Aug-08 2:30 

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.