Click here to Skip to main content
15,908,115 members

Comments by Member 12549902 (Top 24 by date)

Member 12549902 31-May-16 10:42am View    
void HousingRegister::printBythePrice(string *array, int araylenght, float max)const {

int index = 0;
for (index = 0; index <araylenght; i++)
="" {
="" if="" (housing[i]-="">getRent() <= max)
{
array[index] = housing[i]->toString();
index++;
}
}
}
Member 12549902 31-May-16 10:28am View    
Så true.. well said. Thank you så much
Member 12549902 31-May-16 10:09am View    
Can you please cheek my code that i wrote, before?
Mabey thats is the sulution? on the top of the page.
Member 12549902 31-May-16 10:04am View    
Index hast to point to some adress? i Just need to delete this line
house.getnrOfHouses()==index;

Sorry my english i not my first lenguage. Hope you understand me.
Member 12549902 31-May-16 9:59am View    
for(int i; i