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

C / C++ / MFC

 
QuestionHow To Get Desktop Pixel Pin
javad_200523-Sep-06 7:36
javad_200523-Sep-06 7:36 
AnswerRe: How To Get Desktop Pixel [modified] Pin
Eytukan23-Sep-06 9:02
Eytukan23-Sep-06 9:02 
AnswerRe: How To Get Desktop Pixel Pin
A_Fa23-Sep-06 21:19
A_Fa23-Sep-06 21:19 
QuestionFile enumeration performance (GetFirstFile) Pin
Mohammad A Gdeisat23-Sep-06 6:01
Mohammad A Gdeisat23-Sep-06 6:01 
AnswerRe: File enumeration performance (GetFirstFile) Pin
Jörgen Sigvardsson23-Sep-06 8:18
Jörgen Sigvardsson23-Sep-06 8:18 
GeneralRe: File enumeration performance (GetFirstFile) Pin
Mohammad A Gdeisat23-Sep-06 8:25
Mohammad A Gdeisat23-Sep-06 8:25 
GeneralRe: File enumeration performance (GetFirstFile) Pin
Jörgen Sigvardsson23-Sep-06 8:26
Jörgen Sigvardsson23-Sep-06 8:26 
QuestionProblem with getchar(); Pin
EzraYap23-Sep-06 5:27
EzraYap23-Sep-06 5:27 
	<br />
while ((ch = getchar()) !=EOF && isdigit(ch)){<br />
	result = result *10 + ch - '0';<br />
}<br />
printf("number is %d\n", result);<br />

i wonder what is '0' means. Is it is null character? Confused | :confused:

~~~@@@###EZRA###@@@~~~

AnswerRe: Problem with getchar(); Pin
ThatsAlok23-Sep-06 5:53
ThatsAlok23-Sep-06 5:53 
GeneralRe: Problem with getchar(); Pin
EzraYap23-Sep-06 6:04
EzraYap23-Sep-06 6:04 
GeneralRe: Problem with getchar(); Pin
Jörgen Sigvardsson23-Sep-06 8:14
Jörgen Sigvardsson23-Sep-06 8:14 
GeneralRe: Problem with getchar(); Pin
ThatsAlok23-Sep-06 8:40
ThatsAlok23-Sep-06 8:40 
QuestionWhat wrong with this Code ?? ( multiThread in win32 ) Pin
Yanshof23-Sep-06 5:11
Yanshof23-Sep-06 5:11 
AnswerRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Mohammad A Gdeisat23-Sep-06 6:04
Mohammad A Gdeisat23-Sep-06 6:04 
GeneralRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Yanshof23-Sep-06 6:08
Yanshof23-Sep-06 6:08 
AnswerRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Yanshof23-Sep-06 8:16
Yanshof23-Sep-06 8:16 
AnswerRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Hamid_RT23-Sep-06 8:33
Hamid_RT23-Sep-06 8:33 
AnswerRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Eytukan23-Sep-06 8:40
Eytukan23-Sep-06 8:40 
GeneralRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Yanshof23-Sep-06 8:58
Yanshof23-Sep-06 8:58 
AnswerRe: What wrong with this Code ?? ( multiThread in win32 ) Pin
Eytukan23-Sep-06 9:35
Eytukan23-Sep-06 9:35 
QuestionHow to Unload CListCtrl Pin
georgekjolly23-Sep-06 4:12
georgekjolly23-Sep-06 4:12 
AnswerRe: How to Unload CListCtrl Pin
ThatsAlok23-Sep-06 6:02
ThatsAlok23-Sep-06 6:02 
AnswerRe: How to Unload CListCtrl Pin
Jörgen Sigvardsson23-Sep-06 8:20
Jörgen Sigvardsson23-Sep-06 8:20 
GeneralRe: How to Unload CListCtrl Pin
ThatsAlok23-Sep-06 9:09
ThatsAlok23-Sep-06 9:09 
GeneralRe: How to Unload CListCtrl Pin
Jörgen Sigvardsson23-Sep-06 9:11
Jörgen Sigvardsson23-Sep-06 9:11 

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.