User: mukomo

  • Public profile

User profile: mukomo

User info
User name:mukomo
History
Joined:
Number of posts:27
Latest posts:

Frequency of characters in array
what cheshirecat meant was that you make a new array of the same size, made of integers, whose eleme...

Converting Letters into a Phone Number
All you'd need to do is add a char variable outside a while loop that encompasses your entire progra...

C++ Random Number
http://www.cplusplus.com/reference/cstdlib/rand/ This points you to the rand function, which is wit...

Overloading "<" operator
Hmm... for overloading the < operator, it seems that the second code snippet is actually incorrect, ...

help with loop
I think you could just change A[k]<CAP to k<CAP. And just set N=k within the loop, that way it will...

This user does not accept Private Messages