Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralI agree completely. Pin
CPallini8-Dec-06 3:13
mveCPallini8-Dec-06 3:13 
Questionincluding C++ header file in .C file Pin
Shailesh Ha7-Dec-06 21:48
Shailesh Ha7-Dec-06 21:48 
AnswerRe: including C++ header file in .C file Pin
prasad_som7-Dec-06 22:30
prasad_som7-Dec-06 22:30 
AnswerRe: including C++ header file in .C file Pin
Christian Graus7-Dec-06 22:44
protectorChristian Graus7-Dec-06 22:44 
AnswerRe: including C++ header file in .C file Pin
CPallini7-Dec-06 22:57
mveCPallini7-Dec-06 22:57 
AnswerRe: including C++ header file in .C file Pin
vijay_aroli8-Dec-06 2:39
vijay_aroli8-Dec-06 2:39 
AnswerRe: including C++ header file in .C file Pin
Zac Howland8-Dec-06 5:01
Zac Howland8-Dec-06 5:01 
QuestionWhy is my C program crashing? Pin
<color>Aljechin 7-Dec-06 21:26
<color>Aljechin 7-Dec-06 21:26 
Where am I going wrong? I am trying to implement strcpy manually.

<code>
main()
{
     char *source = "Hi", *dest = "";
     while(*source++) *dest++ = *source;
}


Visual C++ 6.0 Compiler with service pack 6. WindowsXP 32 bit edition.

Rose | [Rose]

AnswerRe: Why is my C program crashing? Pin
Naveen7-Dec-06 21:30
Naveen7-Dec-06 21:30 
GeneralRe: Why is my C program crashing? Pin
<color>Aljechin 7-Dec-06 21:33
<color>Aljechin 7-Dec-06 21:33 
GeneralRe: Why is my C program crashing? Pin
kakan7-Dec-06 21:39
professionalkakan7-Dec-06 21:39 
GeneralRe: Why is my C program crashing? Pin
<color>Aljechin 7-Dec-06 21:42
<color>Aljechin 7-Dec-06 21:42 
GeneralRe: Why is my C program crashing? Pin
kakan7-Dec-06 21:48
professionalkakan7-Dec-06 21:48 
GeneralRe: Why is my C program crashing? Pin
<color>Aljechin 7-Dec-06 21:56
<color>Aljechin 7-Dec-06 21:56 
GeneralRe: Why is my C program crashing? Pin
kakan7-Dec-06 22:15
professionalkakan7-Dec-06 22:15 
GeneralRe: Why is my C program crashing? Pin
CodeMak7-Dec-06 22:22
CodeMak7-Dec-06 22:22 
GeneralRe: Why is my C program crashing? Pin
Christian Graus7-Dec-06 22:43
protectorChristian Graus7-Dec-06 22:43 
GeneralRe: Why is my C program crashing? Pin
CodeMak7-Dec-06 23:28
CodeMak7-Dec-06 23:28 
GeneralRe: Why is my C program crashing? Pin
Christian Graus7-Dec-06 23:34
protectorChristian Graus7-Dec-06 23:34 
GeneralRe: Why is my C program crashing? Pin
David Crow8-Dec-06 3:44
David Crow8-Dec-06 3:44 
AnswerRe: Why is my C program crashing? Pin
Michael Dunn8-Dec-06 6:13
sitebuilderMichael Dunn8-Dec-06 6:13 
GeneralRe: Why is my C program crashing? Pin
<color>Aljechin 29-Dec-06 20:25
<color>Aljechin 29-Dec-06 20:25 
QuestionHow to search for a file.. Pin
Shah Satish7-Dec-06 21:10
Shah Satish7-Dec-06 21:10 
AnswerRe: How to search for a file.. Pin
Hamid_RT7-Dec-06 21:20
Hamid_RT7-Dec-06 21:20 
GeneralRe: How to search for a file.. Pin
Shah Satish7-Dec-06 21:48
Shah Satish7-Dec-06 21:48 

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.