help with reversal array oder / swappingnameCHAR's elements go from 0 to count-1, so nameCHAR[count] is out of range. Also, your current sw...
Sieve of EratosthenesThe wikipedia page has a good description https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes. Esse...
character counting program errorLine 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