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

C / C++ / MFC

 
QuestionRe: How to get textual description of the SEH error code in __except handler? Pin
Chesnokov Yuriy17-Dec-09 22:08
professionalChesnokov Yuriy17-Dec-09 22:08 
AnswerRe: How to get textual description of the SEH error code in __except handler? Pin
KarstenK17-Dec-09 22:40
mveKarstenK17-Dec-09 22:40 
QuestionRe: How to get textual description of the SEH error code in __except handler? Pin
Chesnokov Yuriy17-Dec-09 23:00
professionalChesnokov Yuriy17-Dec-09 23:00 
AnswerRe: How to get textual description of the SEH error code in __except handler? Pin
KarstenK17-Dec-09 23:04
mveKarstenK17-Dec-09 23:04 
QuestionRe: How to get textual description of the SEH error code in __except handler? Pin
Chesnokov Yuriy18-Dec-09 0:14
professionalChesnokov Yuriy18-Dec-09 0:14 
AnswerRe: How to get textual description of the SEH error code in __except handler? Pin
KarstenK18-Dec-09 0:19
mveKarstenK18-Dec-09 0:19 
Questionfor loop Pin
sharanu17-Dec-09 21:23
sharanu17-Dec-09 21:23 
AnswerRe: for loop Pin
CPallini17-Dec-09 21:29
mveCPallini17-Dec-09 21:29 
sharanu wrote:
I wrote a function as..
for(i=0;i<5;i++)
{
for(j=o;j<=i;j++)
printf("%d",j);
}
printf(" ");
The output is coming as
*
**
***
****
*****


You're wrong: the output of your function (with 'o' bug fixed) is:
00101201230123401234 


Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: for loop Pin
sharanu17-Dec-09 21:37
sharanu17-Dec-09 21:37 
QuestionRe: for loop Pin
Nelek17-Dec-09 23:22
protectorNelek17-Dec-09 23:22 
AnswerRe: for loop Pin
CPallini18-Dec-09 0:04
mveCPallini18-Dec-09 0:04 
AnswerRe: for loop Pin
Maxwell Chen17-Dec-09 21:34
Maxwell Chen17-Dec-09 21:34 
AnswerRe: for loop Pin
MrYang44140817-Dec-09 22:24
MrYang44140817-Dec-09 22:24 
AnswerRe: for loop Pin
KarstenK18-Dec-09 1:15
mveKarstenK18-Dec-09 1:15 
GeneralRe: for loop Pin
Tim Craig18-Dec-09 13:07
Tim Craig18-Dec-09 13:07 
GeneralRe: for loop Pin
loyal ginger28-Dec-09 10:53
loyal ginger28-Dec-09 10:53 
QuestionDialog display position Pin
Anu_Bala17-Dec-09 18:38
Anu_Bala17-Dec-09 18:38 
AnswerRe: Dialog display position Pin
Madhu Nair17-Dec-09 18:53
Madhu Nair17-Dec-09 18:53 
GeneralRe: Dialog display position Pin
Anu_Bala17-Dec-09 18:57
Anu_Bala17-Dec-09 18:57 
AnswerRe: Dialog display position Pin
pacotest17-Dec-09 19:03
pacotest17-Dec-09 19:03 
AnswerRe: Dialog display position Pin
«_Superman_»17-Dec-09 19:56
professional«_Superman_»17-Dec-09 19:56 
AnswerRe: Dialog display position Pin
Michael Schubert17-Dec-09 21:01
Michael Schubert17-Dec-09 21:01 
GeneralRe: Dialog display position Pin
Anu_Bala17-Dec-09 22:34
Anu_Bala17-Dec-09 22:34 
QuestionOpen and show File Pin
Paulraj G17-Dec-09 16:50
Paulraj G17-Dec-09 16:50 
AnswerRe: Open and show File Pin
pacotest17-Dec-09 18:05
pacotest17-Dec-09 18:05 

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.