User profile: werlay

User info
User name:werlay
History
Joined:
Number of posts:47
Latest posts:

searching problem (help needed asap)
@JLB thanks alot i got it

searching problem (help needed asap)
that means i'll have to change my strings to reverse into chars, right? what am trying to do is lik...

searching problem (help needed asap)
@jumper, @JLB @Cire still waiting on you guys

searching problem (help needed asap)
problem about your other technique is it works with chars, and i wanna reverse a string. so i gotta ...

searching problem (help needed asap)
@jumper [code] string s2; string s3; reverse(s2.begin(),s2.end()); s3.assign(s2);[/code] s2 did ...