Click here to Skip to main content
15,881,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C++ syntax: how to init non-default constructor for array? Pin
Aescleal20-Jun-10 22:58
Aescleal20-Jun-10 22:58 
QuestionCString::GetAt() problem Pin
ForNow20-Jun-10 8:33
ForNow20-Jun-10 8:33 
AnswerRe: CString::GetAt() problem Pin
«_Superman_»20-Jun-10 15:35
professional«_Superman_»20-Jun-10 15:35 
GeneralRe: CString::GetAt() problem Pin
ForNow21-Jun-10 1:59
ForNow21-Jun-10 1:59 
Questionreceiving data from serial port into two dialogs in an application Pin
l_d20-Jun-10 6:48
l_d20-Jun-10 6:48 
AnswerRe: receiving data from serial port into two dialogs in an application Pin
«_Superman_»20-Jun-10 15:38
professional«_Superman_»20-Jun-10 15:38 
AnswerRe: receiving data from serial port into two dialogs in an application Pin
Cedric Moonen20-Jun-10 20:35
Cedric Moonen20-Jun-10 20:35 
QuestionCan someone give a detail of this sample coder why the result is 9,and not 4?? Pin
wbgxx20-Jun-10 4:35
wbgxx20-Jun-10 4:35 
#include <iostream.h>
int main()
{
    int x=1,y;
    y= ++x*++x;
    cout << x << endl;
    cout << y <<endl;
    return 0;
}

AnswerRe: Can someone give a detail of this sample coder why the result is 9,and not 4?? Pin
CPallini20-Jun-10 4:51
mveCPallini20-Jun-10 4:51 
AnswerRe: Can someone give a detail of this sample coder why the result is 9,and not 4?? Pin
hasani200720-Jun-10 4:51
hasani200720-Jun-10 4:51 
AnswerRe: Can someone give a detail of this sample coder why the result is 9,and not 4?? PinPopular
Richard MacCutchan20-Jun-10 5:49
mveRichard MacCutchan20-Jun-10 5:49 
JokeRe: Can someone give a detail of this sample coder why the result is 9,and not 4?? Pin
Rajesh R Subramanian20-Jun-10 6:42
professionalRajesh R Subramanian20-Jun-10 6:42 
AnswerRe: Can someone give a detail of this sample coder why the result is 9,and not 4?? Pin
Hristo-Bojilov20-Jun-10 6:23
Hristo-Bojilov20-Jun-10 6:23 
GeneralRe: Can someone give a detail of this sample coder why the result is 9,and not 4?? Pin
Luc Pattyn20-Jun-10 11:04
sitebuilderLuc Pattyn20-Jun-10 11:04 
AnswerRe: Can someone give a detail of this sample coder why the result is 9,and not 4?? - sorta repost Pin
Iain Clarke, Warrior Programmer21-Jun-10 0:26
Iain Clarke, Warrior Programmer21-Jun-10 0:26 
QuestionHow to find the correct coordinate? Pin
hasani200720-Jun-10 4:28
hasani200720-Jun-10 4:28 
AnswerRe: How to find the correct coordinate? Pin
Niklas L21-Jun-10 0:44
Niklas L21-Jun-10 0:44 
Questiona problem in maze (the worm pass the walls) Pin
hasani200720-Jun-10 0:25
hasani200720-Jun-10 0:25 
AnswerRe: a problem in maze (the worm pass the walls) Pin
Hristo-Bojilov20-Jun-10 0:45
Hristo-Bojilov20-Jun-10 0:45 
AnswerRe: a problem in maze (the worm pass the walls) Pin
Aescleal20-Jun-10 0:54
Aescleal20-Jun-10 0:54 
GeneralRe: a problem in maze (the worm pass the walls) Pin
hasani200720-Jun-10 1:10
hasani200720-Jun-10 1:10 
QuestionHow to get flash handle(ocx) in bho Pin
ZEROFIELD19-Jun-10 16:24
ZEROFIELD19-Jun-10 16:24 
AnswerCrosspost Pin
Richard MacCutchan19-Jun-10 21:28
mveRichard MacCutchan19-Jun-10 21:28 
QuestionWMI getting IP-Address [modified] Pin
Marcel Vogt19-Jun-10 4:23
Marcel Vogt19-Jun-10 4:23 
AnswerSuggestion Pin
Baltoro19-Jun-10 8:52
Baltoro19-Jun-10 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.