User: topher24

  • Public profile

User profile: topher24

User info
User name:topher24
History
Joined:
Number of posts:9
Latest posts:

Result not being displayed
Ok here is my code [code]for (int i =0; i < 70549; i ++) { std::size_t found = array1[i].find...

Result not being displayed
Ok so now I have [code]array2 = array1[/code] and now it gives out about the first 30 words.

Result not being displayed
Ok 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 displayed
I 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