Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 4:37
Swap91-Aug-14 4:37 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt3-Aug-14 21:17
professionalJochen Arndt3-Aug-14 21:17 
GeneralRe: Hi Jochen, Need help again Pin
Swap93-Aug-14 22:11
Swap93-Aug-14 22:11 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 5:15
Swap929-Jul-14 5:15 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 5:17
professionalJochen Arndt29-Jul-14 5:17 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 5:25
Swap929-Jul-14 5:25 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 5:43
Swap929-Jul-14 5:43 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 5:52
professionalJochen Arndt29-Jul-14 5:52 
Was ctype.h included before or did you add it?

If you added it, remove the including.

If it was there, check the line with the failure in ctype.h. Check also if the failing code is guarded by some preprocessor definition. A common error would be that some type or definition used by ctype.h is improperly defined somewhere in your header files.

You may also move the including of ctype.h on top before inclduing any other file (except stdafx.h if used).
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 6:27
Swap929-Jul-14 6:27 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 22:41
Swap929-Jul-14 22:41 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 22:45
professionalJochen Arndt29-Jul-14 22:45 
Questiondither.c:16:9: error: too few arguments to function ‘fwrite’ ?can anyone help Pin
mybm127-Jul-14 20:31
mybm127-Jul-14 20:31 
AnswerRe: dither.c:16:9: error: too few arguments to function ‘fwrite’ ?can anyone help Pin
Jochen Arndt27-Jul-14 20:49
professionalJochen Arndt27-Jul-14 20:49 
GeneralRe: dither.c:16:9: error: too few arguments to function ‘fwrite’ ?can anyone help Pin
mybm127-Jul-14 20:59
mybm127-Jul-14 20:59 
GeneralRe: dither.c:16:9: error: too few arguments to function ‘fwrite’ ?can anyone help Pin
Jochen Arndt27-Jul-14 21:09
professionalJochen Arndt27-Jul-14 21:09 
GeneralRe: dither.c:16:9: error: too few arguments to function ‘fwrite’ ?can anyone help Pin
mybm128-Jul-14 1:14
mybm128-Jul-14 1:14 
AnswerRe: dither.c:16:9: error: too few arguments to function ‘fwrite’ ?can anyone help Pin
mybm127-Jul-14 20:57
mybm127-Jul-14 20:57 
QuestionProgram to find sum of digits of a number . Please help with logical error of program. Pin
Member 1097308626-Jul-14 6:03
Member 1097308626-Jul-14 6:03 
GeneralRe: Program to find sum of digits of a number . Please help with logical error of program. Pin
PIEBALDconsult26-Jul-14 6:35
mvePIEBALDconsult26-Jul-14 6:35 
QuestionRe: Program to find sum of digits of a number . Please help with logical error of program. Pin
David Crow26-Jul-14 11:57
David Crow26-Jul-14 11:57 
AnswerRe: Program to find sum of digits of a number . Please help with logical error of program. Pin
CPallini27-Jul-14 21:21
mveCPallini27-Jul-14 21:21 
GeneralRe: Program to find sum of digits of a number . Please help with logical error of program. Pin
Stefan_Lang27-Jul-14 23:49
Stefan_Lang27-Jul-14 23:49 
GeneralRe: Program to find sum of digits of a number . Please help with logical error of program. Pin
CPallini27-Jul-14 23:56
mveCPallini27-Jul-14 23:56 
GeneralRe: Program to find sum of digits of a number . Please help with logical error of program. Pin
Satya Chamakuri8-Aug-14 22:52
Satya Chamakuri8-Aug-14 22:52 
QuestionCan some one please tell me how to insert items into a friggin CListCtrl Pin
Member 1095872124-Jul-14 7:57
Member 1095872124-Jul-14 7:57 

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.