how to check if the input is double@Moschops is right in both things 2nd thing first [code]double dV =33.234; int iV = dV; cout << i...
Error: Incompatible type in Assignmentthe error [b]cpp.51 error: Incompatible type in assignment of 'double' to 'double[12][/b] says in th...
Error: Incompatible type in AssignmentSince error in first program It never compile -> no file made -> no data written Therefore, second p...
Error: Incompatible type in AssignmentLine 12: double monthlyExpenses[NUM_MON]; //Its an array of doubles Line 51: read.monthlyExpenses = ...
this pointer question!This should mean that you call func2() of thisclass in func1(). But why would you want to do that if...