Result not being displayedOk here is my code [code]for (int i =0; i < 70549; i ++) { std::size_t found = array1[i].find...
Result not being displayedOk so now I have [code]array2 = array1[/code] and now it gives out about the first 30 words.
Result not being displayedOk so I've changed my array1 to a string and it runs fine but when i go to display array2 nothing co...
Result not being displayedI have seen people use it before online. And when I change it to string it says the same thing
Result not being displayed[code]for ( int i = 0; i < 70549; i++) { array1[i].find(result[0]); } [/code] So i tri...
This user does not accept Private Messages