Help in a loop to reloop and convert the prices and prices2 of those houses in the array to a double???????

[code]for (int i=0;getline(file,(house[i]),',');i++)
        { 
        getline(file, cars[i], ',');
        getline(file, price[i], ',') ;
        getline(file, price2[i]); 
            if(input == house[i])
            {
                for(int i=0; ) ?????<<<<<<<<<<<<<<--Help here.
                                    } [/code]
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.