Frequency of characters in arraywhat cheshirecat meant was that you make a new array of the same size, made of integers, whose eleme...
Converting Letters into a Phone NumberAll you'd need to do is add a char variable outside a while loop that encompasses your entire progra...
C++ Random Numberhttp://www.cplusplus.com/reference/cstdlib/rand/ This points you to the rand function, which is wit...
Overloading "<" operatorHmm... for overloading the < operator, it seems that the second code snippet is actually incorrect, ...
help with loopI 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