Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Runtime Error, dbgheap.c Line:612 Pin
Jader8913-Oct-05 8:13
Jader8913-Oct-05 8:13 
QuestionRe: Runtime Error, dbgheap.c Line:612 Pin
David Crow13-Oct-05 10:20
David Crow13-Oct-05 10:20 
AnswerRe: Runtime Error, dbgheap.c Line:612 Pin
Jader8914-Oct-05 7:44
Jader8914-Oct-05 7:44 
QuestionHelp with Multi Functions Pin
WackoWolf13-Oct-05 6:12
WackoWolf13-Oct-05 6:12 
AnswerRe: Help with Multi Functions Pin
Maximilien13-Oct-05 6:35
Maximilien13-Oct-05 6:35 
GeneralRe: Help with Multi Functions Pin
WackoWolf13-Oct-05 7:16
WackoWolf13-Oct-05 7:16 
AnswerRe: Help with Multi Functions Pin
ky_rerun13-Oct-05 8:54
ky_rerun13-Oct-05 8:54 
AnswerRe: Help with Multi Functions Pin
jmkhael13-Oct-05 9:44
jmkhael13-Oct-05 9:44 
Your problem is that you have a lot of NON matching braces


for example:

{ <-------------------------------- here
display_statement (a, b, c, d, x, e);
return 0;


void display_statement (double payment, double loan_payment, double Tinterest, double Principal, int Number_Payments, double interestrate)

{ <-------------------------------- here

printf("Monthy Payment: $%.2f\n\n", payment);
printf("Total Loan Amount; $%.2f\n\n", loan_Amount);
printf("Total Interest Payment: $%.2f\n\n", Tinterest);
printf("Principal: $%.2f\n\n", Principal);
printf("Number Of Payments: %d\n\n", Number_Payments);
printf("Interest Rate %.3f percent\n\n", interestrate);

} <-------------------------------- here


Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
QuestionEncrypted shared memory Pin
Chintoo72313-Oct-05 5:18
Chintoo72313-Oct-05 5:18 
QuestionMissing pointer between threads Pin
bispenho13-Oct-05 5:16
sussbispenho13-Oct-05 5:16 
AnswerRe: Missing pointer between threads Pin
David Crow13-Oct-05 5:42
David Crow13-Oct-05 5:42 
GeneralRe: Missing pointer between threads Pin
bispenho13-Oct-05 6:20
sussbispenho13-Oct-05 6:20 
GeneralRe: Missing pointer between threads Pin
David Crow13-Oct-05 7:12
David Crow13-Oct-05 7:12 
GeneralRe: Missing pointer between threads Pin
André RB13-Oct-05 7:31
André RB13-Oct-05 7:31 
GeneralRe: Missing pointer between threads Pin
David Crow13-Oct-05 10:18
David Crow13-Oct-05 10:18 
AnswerRe: Missing pointer between threads Pin
LighthouseJ13-Oct-05 8:19
LighthouseJ13-Oct-05 8:19 
GeneralRe: Missing pointer between threads Pin
André RB13-Oct-05 9:20
André RB13-Oct-05 9:20 
QuestionGlobals and namespace Pin
karmendra_js13-Oct-05 4:14
karmendra_js13-Oct-05 4:14 
AnswerRe: Globals and namespace Pin
Chris Losinger13-Oct-05 5:29
professionalChris Losinger13-Oct-05 5:29 
AnswerRe: Globals and namespace Pin
toxcct13-Oct-05 5:29
toxcct13-Oct-05 5:29 
AnswerRe: Globals and namespace Pin
ddmcr13-Oct-05 5:52
ddmcr13-Oct-05 5:52 
AnswerRe: Globals and namespace Pin
ThatsAlok13-Oct-05 7:35
ThatsAlok13-Oct-05 7:35 
AnswerRe: Globals and namespace Pin
Arman S.13-Oct-05 10:36
Arman S.13-Oct-05 10:36 
QuestionListCtrl Pin
karmendra_js13-Oct-05 4:07
karmendra_js13-Oct-05 4:07 
AnswerRe: ListCtrl Pin
muthuramji13-Oct-05 5:26
muthuramji13-Oct-05 5:26 

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.