Possible Duplicate:
How to convert a number to string and vice versa in C++
in csharp
string s1="12345"
string s2="54321"
public double (string s1,string s2)
{
convert.todouble(s1) +convert.to-double(s2)
}
how i do in c++ because there is no conversion classs