what is wrong?alter the code as follows: return palindrome_2(vec,begin+1,end-1); instead of palindro...
memory freei agree with you kbw :P
How do I stop in the middle of an if statementInstead of using sequence of if statements why don't you use else if in place of each if except firs...
Date / Time Classes.Why do you need classes to implement time functions? If you are working upon linux then you can sim...
How to find the number of occurrences of a word in a text fileyou should better use map to store data. map<string, int count> You should read each word from the...
This user does not accept Private Messages