Write a code with QT which is turning to ASCII message todecimal. Do not write characters equals one by one. Finally taketraslated decimal message and save it on another QString and printit.
Example for check-up your self:
Assume that the message is _AA_X_#IY~TR__ZA/SD.Z_M*T_ the codemust translate this message to 95 65 65 95 88 95 35 73 89 126 84 8295 95 90 65 47 83 68 46 90 95 77 42 84 95
Write a code with QT which is turning to ASCII message to decimal. Do not write characters equals one by one. Finally ta
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am