G
Guest
Hi
The following source is written in VB. Now I want to covert this source code
to VC++ .NET. Could you please try to do this translation someone who have
knowledge in VB and C++?
Function Convert(ByVal MyNumber)
Dim DecimalPlace, Temp
DecimalPlace = InStr(MyNumber, ".")
Temp = Left(Mid(MyNumber, DecimalPlace + 1) & "00", 2)
The following source is written in VB. Now I want to covert this source code
to VC++ .NET. Could you please try to do this translation someone who have
knowledge in VB and C++?
Function Convert(ByVal MyNumber)
Dim DecimalPlace, Temp
DecimalPlace = InStr(MyNumber, ".")
Temp = Left(Mid(MyNumber, DecimalPlace + 1) & "00", 2)