Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Radio button text color not set Pin
Richard MacCutchan2-Feb-12 22:54
mveRichard MacCutchan2-Feb-12 22:54 
QuestionHelp! Use a sentence, positive and negative output, For example:1 -1 . 1000 -1000 Can use a formal parameters,Can't use loop Pin
Cary Hill31-Jan-12 3:10
Cary Hill31-Jan-12 3:10 
AnswerRe: Help! Use a sentence, positive and negative output, For example:1 -1 . 1000 -1000 Can use a formal parameters,Can't use loop Pin
Albert Holguin31-Jan-12 3:27
professionalAlbert Holguin31-Jan-12 3:27 
QuestionRe: Help! Use a sentence, positive and negative output, For example:1 -1 . 1000 -1000 Can use a formal parameters,Can't use loop Pin
David Crow31-Jan-12 4:52
David Crow31-Jan-12 4:52 
AnswerRe: Help! Use a sentence, positive and negative output, For example:1 -1 . 1000 -1000 Can use a formal parameters,Can't use loop Pin
jschell31-Jan-12 8:38
jschell31-Jan-12 8:38 
GeneralRe: Help! Use a sentence, positive and negative output, For example:1 -1 . 1000 -1000 Can use a formal parameters,Can't use loop Pin
Bram van Kampen31-Jan-12 11:55
Bram van Kampen31-Jan-12 11:55 
GeneralRe: Help! Use a sentence, positive and negative output, For example:1 -1 . 1000 -1000 Can use a formal parameters,Can't use loop Pin
ThatsAlok31-Jan-12 19:02
ThatsAlok31-Jan-12 19:02 
Questionstrange realization of StrToD() Pin
a_matseevsky31-Jan-12 2:22
a_matseevsky31-Jan-12 2:22 
Once I have a long file with ascii text- long row of numbers. I used StrToD() to convert text to array of floating point numbers. I couldn't undrestand, why it works so slowly? Running it under debbugger, I realized what was the problem. This stupid function scanned the whole file, looking for null terminator! I think, there is no reason to scan long text string after set of chars, belonging to the first number has been obtained. Finally I had to write my own realisation of this function.
AnswerRe: strange realization of StrToD() Pin
CPallini31-Jan-12 2:39
mveCPallini31-Jan-12 2:39 
GeneralRe: strange realization of StrToD() Pin
a_matseevsky31-Jan-12 3:37
a_matseevsky31-Jan-12 3:37 
GeneralRe: strange realization of StrToD() Pin
Chris Losinger31-Jan-12 4:04
professionalChris Losinger31-Jan-12 4:04 
GeneralRe: strange realization of StrToD() Pin
a_matseevsky31-Jan-12 6:10
a_matseevsky31-Jan-12 6:10 
AnswerRe: strange realization of StrToD() Pin
JackDingler31-Jan-12 11:54
JackDingler31-Jan-12 11:54 
GeneralRe: strange realization of StrToD() Pin
a_matseevsky31-Jan-12 12:32
a_matseevsky31-Jan-12 12:32 
QuestionC program to extract values from EXCEL file Pin
Faez Shingeri31-Jan-12 1:46
Faez Shingeri31-Jan-12 1:46 
AnswerRe: C program to extract values from EXCEL file Pin
CPallini31-Jan-12 2:35
mveCPallini31-Jan-12 2:35 
QuestionRe: C program to extract values from EXCEL file Pin
Faez Shingeri31-Jan-12 17:33
Faez Shingeri31-Jan-12 17:33 
AnswerRe: C program to extract values from EXCEL file Pin
CPallini31-Jan-12 21:44
mveCPallini31-Jan-12 21:44 
GeneralRe: C program to extract values from EXCEL file Pin
Faez Shingeri31-Jan-12 22:51
Faez Shingeri31-Jan-12 22:51 
Questionfirmware coding in C Pin
Ebe7230-Jan-12 23:16
Ebe7230-Jan-12 23:16 
AnswerRe: firmware coding in C Pin
Richard MacCutchan30-Jan-12 23:37
mveRichard MacCutchan30-Jan-12 23:37 
AnswerRe: firmware coding in C Pin
CPallini31-Jan-12 2:25
mveCPallini31-Jan-12 2:25 
AnswerRe: firmware coding in C Pin
Bram van Kampen31-Jan-12 12:27
Bram van Kampen31-Jan-12 12:27 
AnswerRe: firmware coding in C Pin
Erudite_Eric31-Jan-12 21:05
Erudite_Eric31-Jan-12 21:05 
Question::ifstream.open behaves differently in VC6 and VS2010 Pin
KASR130-Jan-12 22:31
KASR130-Jan-12 22:31 

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.