Click here to Skip to main content
15,867,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exception in IAccessibleProxyImpl from CMFCPropertyGridCtrl Pin
Stephen Hewitt12-Oct-12 17:17
Stephen Hewitt12-Oct-12 17:17 
AnswerCMFCPropertyGridCtrl in a CPropertyPage (or a CMFCPropertyPage) Pin
Ursus3108-Nov-15 22:32
Ursus3108-Nov-15 22:32 
Questionneed code to check if the value is numeric in C Pin
Mikerush74-Oct-12 6:49
Mikerush74-Oct-12 6:49 
AnswerRe: need code to check if the value is numeric in C Pin
Richard MacCutchan4-Oct-12 7:22
mveRichard MacCutchan4-Oct-12 7:22 
GeneralRe: need code to check if the value is numeric in C Pin
Mikerush74-Oct-12 7:50
Mikerush74-Oct-12 7:50 
GeneralRe: need code to check if the value is numeric in C Pin
Richard MacCutchan4-Oct-12 7:53
mveRichard MacCutchan4-Oct-12 7:53 
AnswerRe: need code to check if the value is numeric in C Pin
CPallini4-Oct-12 9:48
mveCPallini4-Oct-12 9:48 
QuestionRe: need code to check if the value is numeric in C Pin
David Crow4-Oct-12 9:55
David Crow4-Oct-12 9:55 
Mikerush7 wrote:

      while ((k = scanf ("%lf%lf", &hours, &payrate))==2)
Without a full understanding of assignments and expressions, mixing the two in one statement is highly discouraged.

Mikerush7 wrote:

            return hours;
While I'm not sure who you'd be returning hours worked to or why, the compiler should have at least warned you about loss of data.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


AnswerRe: need code to check if the value is numeric in C Pin
Richard MacCutchan4-Oct-12 21:37
mveRichard MacCutchan4-Oct-12 21:37 
GeneralRe: need code to check if the value is numeric in C Pin
Mikerush75-Oct-12 8:30
Mikerush75-Oct-12 8:30 
AnswerRe: need code to check if the value is numeric in C Pin
C Mahesh8-Oct-12 22:24
C Mahesh8-Oct-12 22:24 
Questioni want any code to make project Pin
emanalshboul3-Oct-12 12:54
emanalshboul3-Oct-12 12:54 
AnswerRe: i want any code to make project Pin
Peter_in_27803-Oct-12 13:48
professionalPeter_in_27803-Oct-12 13:48 
AnswerRe: i want any code to make project Pin
Mohibur Rashid3-Oct-12 18:55
professionalMohibur Rashid3-Oct-12 18:55 
QuestionRe: i want any code to make project Pin
David Crow4-Oct-12 2:51
David Crow4-Oct-12 2:51 
AnswerRe: i want any code to make project Pin
Richard MacCutchan4-Oct-12 4:30
mveRichard MacCutchan4-Oct-12 4:30 
Questionstatic text boxes and using the wizard to initialize a variable Pin
AndrewG12313-Oct-12 11:46
AndrewG12313-Oct-12 11:46 
AnswerRe: static text boxes and using the wizard to initialize a variable Pin
Mohibur Rashid3-Oct-12 18:51
professionalMohibur Rashid3-Oct-12 18:51 
AnswerRe: static text boxes and using the wizard to initialize a variable Pin
«_Superman_»3-Oct-12 19:04
professional«_Superman_»3-Oct-12 19:04 
AnswerRe: static text boxes and using the wizard to initialize a variable Pin
Marius Bancila4-Oct-12 0:41
professionalMarius Bancila4-Oct-12 0:41 
Questionneed help with client server Pin
aajibade3-Oct-12 6:45
aajibade3-Oct-12 6:45 
AnswerRe: need help with client server Pin
David Crow3-Oct-12 6:53
David Crow3-Oct-12 6:53 
QuestionHow to create C++/CLI Interface to access .net API from C++ code? Pin
litu kumar3-Oct-12 2:14
litu kumar3-Oct-12 2:14 
AnswerCrosspost Pin
Peter_in_27803-Oct-12 2:24
professionalPeter_in_27803-Oct-12 2:24 
GeneralRe: Crosspost Pin
litu kumar3-Oct-12 2:30
litu kumar3-Oct-12 2:30 

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.