Click here to Skip to main content
15,920,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Does anyone knows this Pin
RChin21-Nov-03 1:48
RChin21-Nov-03 1:48 
GeneralRe: Does anyone knows this Pin
Michael P Butler21-Nov-03 2:49
Michael P Butler21-Nov-03 2:49 
Generalisdigit(); Pin
WREY21-Nov-03 0:54
WREY21-Nov-03 0:54 
GeneralRe: isdigit(); Pin
Taka Muraoka21-Nov-03 0:59
Taka Muraoka21-Nov-03 0:59 
GeneralRe: isdigit(); Pin
WREY21-Nov-03 1:11
WREY21-Nov-03 1:11 
GeneralRe: isdigit(); Pin
Taka Muraoka21-Nov-03 1:12
Taka Muraoka21-Nov-03 1:12 
GeneralRe: isdigit(); Pin
WREY21-Nov-03 1:22
WREY21-Nov-03 1:22 
GeneralRe: isdigit(); Pin
Michael Dunn21-Nov-03 4:23
sitebuilderMichael Dunn21-Nov-03 4:23 
isdigit() tests whether a character is a digit. Pass in a char, not an int. The parameter is defined as an int because all the functions that operate on characters are defined that way. Yes, it's weird. (The reason is that EOF is -1, which is outside the range of char, so they had to use a larger type instead.)

--Mike--
Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber
Laugh it up, fuzzball.
GeneralCSV file into Excel Sheet Pin
KKR21-Nov-03 0:42
KKR21-Nov-03 0:42 
GeneralRe: CSV file into Excel Sheet Pin
Adam Gritt21-Nov-03 3:15
Adam Gritt21-Nov-03 3:15 
GeneralRe: CSV file into Excel Sheet Pin
Peter Molnar21-Nov-03 9:32
Peter Molnar21-Nov-03 9:32 
QuestionFile's physical address?? Pin
andrea_rizzini@yahoo.co.uk21-Nov-03 0:25
andrea_rizzini@yahoo.co.uk21-Nov-03 0:25 
AnswerRe: File's physical address?? Pin
Peter Molnar21-Nov-03 9:31
Peter Molnar21-Nov-03 9:31 
GeneralRe: File's physical address?? Pin
andrea_rizzini@yahoo.co.uk22-Nov-03 2:25
andrea_rizzini@yahoo.co.uk22-Nov-03 2:25 
GeneralRe: File's physical address?? Pin
фил27-Nov-03 5:48
фил27-Nov-03 5:48 
General'Assigning' Clients from Threads so API can send to specific Client. Pin
Roland_198020-Nov-03 23:48
Roland_198020-Nov-03 23:48 
GeneralRe: 'Assigning' Clients from Threads so API can send to specific Client. Pin
l a u r e n21-Nov-03 18:58
l a u r e n21-Nov-03 18:58 
Generalrounding a float Pin
Jerome Conus20-Nov-03 23:47
Jerome Conus20-Nov-03 23:47 
GeneralRe: rounding a float Pin
Ryan Roberts20-Nov-03 23:52
Ryan Roberts20-Nov-03 23:52 
GeneralRe: rounding a float Pin
Jerome Conus20-Nov-03 23:57
Jerome Conus20-Nov-03 23:57 
GeneralRe: rounding a float Pin
Ryan Roberts21-Nov-03 0:02
Ryan Roberts21-Nov-03 0:02 
GeneralRe: rounding a float Pin
Jerome Conus21-Nov-03 0:54
Jerome Conus21-Nov-03 0:54 
GeneralRe: rounding a float Pin
Roger Allen21-Nov-03 1:19
Roger Allen21-Nov-03 1:19 
GeneralRe: rounding a float Pin
Ryan Roberts21-Nov-03 3:13
Ryan Roberts21-Nov-03 3:13 
GeneralRe: rounding a float Pin
jhwurmbach21-Nov-03 1:22
jhwurmbach21-Nov-03 1:22 

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.