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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -