User profile: rutharanga

User info
User name:rutharanga
History
Joined:
Number of posts:8
Latest posts:

Ambiguous Symbol error in C++
Thanks a lot, I have removed 'using namespace std', but same error is occurring again. I have import...

Ambiguous Symbol error in C++
I have a method called RL in main class of my Ogre3D project. It gives me an error [b]Error 7 e...

How to Compare two strings??
Can I use it this way? [code]string a="XXXXXXXXX"; if(a=="YYYYYY") then //do something ...

How to Compare two strings??
I want a method to compare two strings in c++. Is there a method like ".equals()" in java to compare...

splitting a string into sub strings( word segments)
Thanks a lot. It works. I have just understood the mistake i have done that the while loop runs one ...

This user does not accept Private Messages