Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help with code error?? Pin
Rajkumar R21-Feb-08 5:12
Rajkumar R21-Feb-08 5:12 
GeneralRe: help with code error?? Pin
CPallini21-Feb-08 4:35
mveCPallini21-Feb-08 4:35 
GeneralRe: help with code error?? Pin
Mark Salsbery21-Feb-08 7:11
Mark Salsbery21-Feb-08 7:11 
GeneralRe: help with code error?? Pin
David Crow21-Feb-08 7:41
David Crow21-Feb-08 7:41 
QuestionRe: help with code error?? Pin
CPallini21-Feb-08 7:49
mveCPallini21-Feb-08 7:49 
GeneralRe: help with code error?? Pin
Mark Salsbery21-Feb-08 8:18
Mark Salsbery21-Feb-08 8:18 
GeneralRe: help with code error?? Pin
David Crow21-Feb-08 6:35
David Crow21-Feb-08 6:35 
GeneralRe: help with code error C2059:?? Pin
David Crow21-Feb-08 10:42
David Crow21-Feb-08 10:42 
1dayprogrammer wrote:
for (x=>0; x=<255; y=>0; y=<127)


Should probably be:

for (x = 0, y = 0; x <= 255 && y <= 127; )
    ...
If not, you'll have to explain what you are doing, but with a bit less ambiguity.

"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: help with code error C2059:?? Pin
Maxwell Chen21-Feb-08 22:55
Maxwell Chen21-Feb-08 22:55 
GeneralLnk file path Pin
john563221-Feb-08 2:25
john563221-Feb-08 2:25 
QuestionPowerpoint Activex Pin
Soumyadipta21-Feb-08 2:01
Soumyadipta21-Feb-08 2:01 
GeneralRe: Powerpoint Activex Pin
Matthew Faithfull21-Feb-08 2:36
Matthew Faithfull21-Feb-08 2:36 
Generalcommon id in GUI Pin
guru moorthy.k21-Feb-08 1:44
guru moorthy.k21-Feb-08 1:44 
QuestionRe: common id in GUI Pin
Rajkumar R21-Feb-08 2:40
Rajkumar R21-Feb-08 2:40 
QuestionStuck up with NULL character Pin
abhijitr21-Feb-08 1:26
abhijitr21-Feb-08 1:26 
GeneralRe: Stuck up with NULL character Pin
CPallini21-Feb-08 2:16
mveCPallini21-Feb-08 2:16 
GeneralRe: Stuck up with NULL character Pin
David Crow21-Feb-08 3:40
David Crow21-Feb-08 3:40 
GeneralRe: Stuck up with NULL character Pin
Member 75496021-Feb-08 4:54
Member 75496021-Feb-08 4:54 
GeneralRe: Stuck up with NULL character Pin
David Crow21-Feb-08 6:36
David Crow21-Feb-08 6:36 
GeneralRe: Stuck up with NULL character Pin
Member 75496021-Feb-08 7:34
Member 75496021-Feb-08 7:34 
GeneralRe: Stuck up with NULL character Pin
James R. Twine21-Feb-08 8:29
James R. Twine21-Feb-08 8:29 
GeneralRe: Stuck up with NULL character Pin
Member 75496021-Feb-08 8:53
Member 75496021-Feb-08 8:53 
GeneralRe: Stuck up with NULL character Pin
Ali Rafiee21-Feb-08 9:53
Ali Rafiee21-Feb-08 9:53 
GeneralRe: Stuck up with NULL character Pin
abhijitr21-Feb-08 23:12
abhijitr21-Feb-08 23:12 
AnswerRe: Stuck up with NULL character Pin
abhijitr22-Feb-08 3:30
abhijitr22-Feb-08 3: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.