User profile: abc456

User info
User name:abc456
Old user name:amm123
History
Joined:
Number of posts:30
Latest posts:

How to fix code that counts letters in words?
thanks everyone for your help i got it working :)

How to fix code that counts letters in words?
@mbozzi I’m not sure how to use maps :( but thanks anyway. And @kbw I’m not sure how to check th...

How to fix code that counts letters in words?
This code works correctly. However I've been trying to get it to count and output the NUMBER of 3 le...

How to fix pointer to incomplete class type is not allowed error?
thanks!

How to fix pointer to incomplete class type is not allowed error?
I'm getting a lot of this error in the following code [code] node *ptr = new node; ptr->value = x...