User: Krok2

  • Public profile

User profile: Krok2

User info
User name:Krok2
History
Joined:
Number of posts:5
Latest posts:

Best way to Find amount of chars existing in both strings
I want to know how many chars exists in both strings. [code]getPoints("hey", "hai") would give: 1 po...

For loop crashing at the end
Turns out the layer two was saved given by parameter (not as pointer) and layer 1 saved the pointer ...

For loop crashing at the end
In my Header file I create the map: [code]class Layer { private: map<char, string> child...

For loop crashing at the end
I tried debugging, it gives Segmentation error at line cout << "Check: " << v.second << endl; Any i...

For loop crashing at the end
Here's my code [code] cout << "Input: " << history << endl; map<char, int> result; for (auto& v : ...

This user does not accept Private Messages