المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Increment string value in VC++ 6.0



C++ Programming
04-20-2009, 05:10 PM
i need to increment the string value in VC++ 6.0 MFC dialog based application.
if the value of the string is 60 then it should get increment to 61. how can i achieve that. The string would contain number only.

Pl suggest.