Convertion funtions
-
Hi friends, Is there any function available in c++/VC++ to convert an hex value to int? let me know if yes. Regards,
lgatcodeproject
-
Hi friends, Is there any function available in c++/VC++ to convert an hex value to int? let me know if yes. Regards,
lgatcodeproject
lgatcodeproject wrote:
Is there any function available in c++/VC++ to convert an hex value to int? let me know if yes.
Perhaps you are looking for the C Runtime Library strtol(...) function. If you are this is the wrong forum as this forum is for C++ development using the .NET platform. For future C/C++ questions use the Visual C++ / MFC forum
led mike
-
lgatcodeproject wrote:
Is there any function available in c++/VC++ to convert an hex value to int? let me know if yes.
Perhaps you are looking for the C Runtime Library strtol(...) function. If you are this is the wrong forum as this forum is for C++ development using the .NET platform. For future C/C++ questions use the Visual C++ / MFC forum
led mike
okay! :omg:
lgatcodeproject