Click here to Skip to main content
15,894,337 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionKnowing Libs of DLL Pin
Sakhalean11-Apr-12 20:35
Sakhalean11-Apr-12 20:35 
AnswerRe: Knowing Libs of DLL Pin
Jochen Arndt12-Apr-12 0:14
professionalJochen Arndt12-Apr-12 0:14 
AnswerRe: Knowing Libs of DLL Pin
Albert Holguin12-Apr-12 5:10
professionalAlbert Holguin12-Apr-12 5:10 
QuestionHow to convert the DNS to The Ip address Pin
hack00411-Apr-12 18:55
hack00411-Apr-12 18:55 
AnswerRe: How to convert the DNS to The Ip address Pin
Mohibur Rashid11-Apr-12 19:15
professionalMohibur Rashid11-Apr-12 19:15 
AnswerRe: How to convert the DNS to The Ip address Pin
Jochen Arndt12-Apr-12 0:20
professionalJochen Arndt12-Apr-12 0:20 
QuestionWhy does not MS only use the { } when define the Macro? Pin
yu-jian11-Apr-12 16:43
yu-jian11-Apr-12 16:43 
AnswerRe: Why does not MS only use the { } when define the Macro? Pin
Mohibur Rashid11-Apr-12 19:20
professionalMohibur Rashid11-Apr-12 19:20 
Because its not while iteration it do-while iteration.

you must need to know the structure of
do-while


the structure is
C++
do
{
...
...
}while(condition);

the basic difference between while loop and do-while is

in case of while loop first it will check for condition. if it is not true statements in the while loop wont be executed.

but in case of do-while first the statement would be executed then it will check for further execution.
GeneralRe: Why does not MS only use the { } when define the Macro? Pin
yu-jian11-Apr-12 20:15
yu-jian11-Apr-12 20:15 
AnswerRe: Why does not MS only use the { } when define the Macro? Pin
CPallini11-Apr-12 22:31
mveCPallini11-Apr-12 22:31 
GeneralRe: Why does not MS only use the { } when define the Macro? Pin
yu-jian11-Apr-12 23:52
yu-jian11-Apr-12 23:52 
GeneralRe: Why does not MS only use the { } when define the Macro? Pin
CPallini12-Apr-12 2:55
mveCPallini12-Apr-12 2:55 
JokeRe: Why does not MS only use the { } when define the Macro? Pin
Rajesh R Subramanian12-Apr-12 5:10
professionalRajesh R Subramanian12-Apr-12 5:10 
GeneralRe: Why does not MS only use the { } when define the Macro? Pin
CPallini12-Apr-12 7:57
mveCPallini12-Apr-12 7:57 
AnswerRe: Why does not MS only use the { } when define the Macro? Pin
hebegumeci15-Apr-12 9:21
hebegumeci15-Apr-12 9:21 
Questiontemplate/callback function question Pin
remstadt11-Apr-12 13:24
remstadt11-Apr-12 13:24 
AnswerRe: template/callback function question Pin
Stefan_Lang17-Apr-12 2:15
Stefan_Lang17-Apr-12 2:15 
QuestionUltimate Grid Pin
ITISAG11-Apr-12 12:09
ITISAG11-Apr-12 12:09 
AnswerRe: Ultimate Grid Pin
Chandrasekharan P11-Apr-12 19:39
Chandrasekharan P11-Apr-12 19:39 
AnswerRe: Ultimate Grid Pin
Mohibur Rashid11-Apr-12 20:05
professionalMohibur Rashid11-Apr-12 20:05 
QuestionApplication migration from Visualstudio 2008 to visual studio 6 Pin
Member 881287111-Apr-12 7:57
Member 881287111-Apr-12 7:57 
AnswerRe: Application migration from Visualstudio 2008 to visual studio 6 Pin
Chris Losinger11-Apr-12 8:10
professionalChris Losinger11-Apr-12 8:10 
GeneralRe: Application migration from Visualstudio 2008 to visual studio 6 Pin
KRISHNARAYALU11-Apr-12 11:10
KRISHNARAYALU11-Apr-12 11:10 
QuestionHow to force to kill the specific progress on Win7 X64 Ultimate? Pin
Falconapollo10-Apr-12 3:37
Falconapollo10-Apr-12 3:37 
AnswerRe: How to force to kill the specific progress on Win7 X64 Ultimate? Pin
Richard MacCutchan10-Apr-12 5:34
mveRichard MacCutchan10-Apr-12 5:34 

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.