User profile: qwerty29

User info
User name:qwerty29
History
Joined:
Number of posts:5
Latest posts:

Where am i going wrong?[Recursively replace'pi' with '3.14']
This is what i have to do- changePi("xpix") → "x3.14x" changePi("pipi") → "3.143.14" changePi("p...

Having a segmentation error related to arrays/strings
thanks man! That really cleared things up for me

Having a segmentation error related to arrays/strings
@Chervil Thanks it worked but i still have a doubt about i=n-1 instead of n-2; suppose the array len...

Having a segmentation error related to arrays/strings
All that is fine but as im new to c++ I want to build my own functions initially to get more pract...

Having a segmentation error related to arrays/strings
So im trying to check whether two strings are permutations of each other...im doing it by bubble sor...