Click here to Skip to main content
16,011,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert string --> INT or FLOAT with ERROR checking! Pin
Alvaro Mendez19-Dec-02 9:31
Alvaro Mendez19-Dec-02 9:31 
GeneralRe: Convert string --> INT or FLOAT with ERROR checking! Pin
Daniel Strigl19-Dec-02 20:29
Daniel Strigl19-Dec-02 20:29 
GeneralRe: Convert string --> INT or FLOAT with ERROR checking! Pin
Jörgen Sigvardsson19-Dec-02 13:28
Jörgen Sigvardsson19-Dec-02 13:28 
GeneralRe: Convert string --> INT or FLOAT with ERROR checking! Pin
Daniel Strigl19-Dec-02 20:28
Daniel Strigl19-Dec-02 20:28 
GeneralGEtTextExtentExPoint font escapement = 900 Pin
Braulio Dez19-Dec-02 4:51
Braulio Dez19-Dec-02 4:51 
GeneralRe: GEtTextExtentExPoint font escapement = 900 Pin
Alvaro Mendez19-Dec-02 11:18
Alvaro Mendez19-Dec-02 11:18 
GeneralFactorial Pin
liboogie1919-Dec-02 4:49
liboogie1919-Dec-02 4:49 
GeneralRe: Factorial Pin
AlexO19-Dec-02 4:57
AlexO19-Dec-02 4:57 
for (counter = n; counter > 0; counter--) {
fact *=counter;
return fact; // I think this is your problem
}

also if n > 12, then "unsigned int fact=0;" should realy be a double or something


GeneralRe: Factorial Pin
Peter Weyzen19-Dec-02 9:19
Peter Weyzen19-Dec-02 9:19 
GeneralRe: Factorial Pin
Anonymous19-Dec-02 9:58
Anonymous19-Dec-02 9:58 
GeneralProgramming problem Pin
Anonymous19-Dec-02 3:38
Anonymous19-Dec-02 3:38 
GeneralRe: Programming problem Pin
Maximilien19-Dec-02 3:50
Maximilien19-Dec-02 3:50 
GeneralRe: Programming problem Pin
Anonymous19-Dec-02 3:59
Anonymous19-Dec-02 3:59 
GeneralRe: Programming problem Pin
AlexO19-Dec-02 4:52
AlexO19-Dec-02 4:52 
GeneralRe: Programming problem Pin
Michael P Butler19-Dec-02 3:53
Michael P Butler19-Dec-02 3:53 
GeneralRe: Programming problem Pin
Rage19-Dec-02 3:54
professionalRage19-Dec-02 3:54 
GeneralRe: Programming problem Pin
Joe Woodbury19-Dec-02 5:18
professionalJoe Woodbury19-Dec-02 5:18 
GeneralRe: Programming problem Pin
Anonymous19-Dec-02 5:33
Anonymous19-Dec-02 5:33 
GeneralRe: Programming problem Pin
Joe Woodbury19-Dec-02 5:45
professionalJoe Woodbury19-Dec-02 5:45 
GeneralRe: Programming problem Pin
Anonymous19-Dec-02 7:23
Anonymous19-Dec-02 7:23 
GeneralRe: Programming problem Pin
Joe Woodbury19-Dec-02 10:17
professionalJoe Woodbury19-Dec-02 10:17 
GeneralOpen file Pin
duvaft19-Dec-02 3:06
duvaft19-Dec-02 3:06 
GeneralRe: Open file Pin
Joe Woodbury19-Dec-02 5:20
professionalJoe Woodbury19-Dec-02 5:20 
GeneralCSocket multithreading[urgent] Pin
junni19-Dec-02 2:47
junni19-Dec-02 2:47 
GeneralRe: CSocket multithreading[urgent] Pin
Rage19-Dec-02 2:48
professionalRage19-Dec-02 2: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.