Getting an error with array lengthNot sure why I'm getting an error [code] char sep[] = { ' ', ',', '.', ':', '\t' }; string words...
Translating pseudocodeI need help in translating a pseudocode. It is very simple but can't seem to wrap my mind into it. ...
Loop until 2^n-1I was just wondering if I was to loop through 0 to 2^n -1 can I just write the code as is? like this...
Checking if two strings are mirror of each otherThank you for the help!
Checking if two strings are mirror of each otherOk so I am trying to check if two words are mirror of each other. For example, string1 = abc and str...
This user does not accept Private Messages