User: tallyman

  • Public profile

User profile: tallyman

User info
User name:tallyman
History
Joined:
Number of posts:99
Latest posts:

help with reversal array oder / swapping
nameCHAR's elements go from 0 to count-1, so nameCHAR[count] is out of range. Also, your current sw...

Sieve of Eratosthenes
The wikipedia page has a good description https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes. Esse...

character counting program error
Line 19: Reading in another character before you've used the first one.

Need help how to make a remove_if function to "remove_if_not"
http://www.cplusplus.com/reference/cctype/isalnum/

Need help how to make a remove_if function to "remove_if_not"
NotAlphaNum should have the same return type and parameter has isalnum. When passing to remove_if, y...

This user does not accept Private Messages