visual c++ - How can I convert a string which I'll be asking from the user via a textbox to hex in VC++? -


i'm working on project user have give inputs via textbox , combo box.i have convert inputs hex value .

thanks in advance

2 steps solution:
1. read string combo box using function ccombobox::getlbtext()
ccombobox::getlbtext
2. use std::hex convert string hex value
std::hex


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -