User: sandeepdas

  • Public profile

User profile: sandeepdas

User info
User name:sandeepdas
History
Joined:
Number of posts:18
Latest posts:

what is wrong?
alter the code as follows: return palindrome_2(vec,begin+1,end-1); instead of palindro...

memory free
i agree with you kbw :P

How do I stop in the middle of an if statement
Instead 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 file
you 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