User profile: Danishx83

User info
User name:Danishx83
Name:Danish
History
Joined:
Number of posts:77
Latest posts:

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 Assignment
the error [b]cpp.51 error: Incompatible type in assignment of 'double' to 'double[12][/b] says in th...

Error: Incompatible type in Assignment
Since error in first program It never compile -> no file made -> no data written Therefore, second p...

Error: Incompatible type in Assignment
Line 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...