Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: virtual member is not called, but base implementation instead? Pin
Antony M Kancidrowski22-Jun-04 3:47
Antony M Kancidrowski22-Jun-04 3:47 
GeneralRe: virtual member is not called, but base implementation instead? Pin
CherezZaboro22-Jun-04 4:45
CherezZaboro22-Jun-04 4:45 
GeneralVC++ 6, ATL windows service, pausing... Pin
CherezZaboro22-Jun-04 3:33
CherezZaboro22-Jun-04 3:33 
GeneralRe: VC++ 6, ATL windows service, pausing... Pin
palbano22-Jun-04 5:44
palbano22-Jun-04 5:44 
GeneralInfo on Hooks Pin
Member 115017622-Jun-04 3:27
Member 115017622-Jun-04 3:27 
GeneralRe: Info on Hooks Pin
Anonymous22-Jun-04 5:53
Anonymous22-Jun-04 5:53 
GeneralRe: Info on Hooks Pin
gamitech22-Jun-04 13:00
gamitech22-Jun-04 13:00 
Generalstring to PDU hex conversion function Pin
sm_sharp22-Jun-04 3:15
susssm_sharp22-Jun-04 3:15 
Does anyone have a C++ function that will take a string and convert it to the PDU hex string required for SMS?

Example:

string input: "ABCDE"
hex: 0x41 0x42 0x43 0x44 0x45
7-bit binary: 1000001 1000010 1000011 1000100 1000101
truncate to 8-bit binary: 01000001 11100001 10010000 01011000 00000100
PDU hex: 0x41 0xE1 0x90 0x58 0x04
resulting string: "41E1905804"

It's the conversion from 7 to 8 bit binary I'm having trouble with. See http://www.dreamfabric.com/sms/hello.html for a better example.

Any help would be appreciated.
Steph


GeneralRe: string to PDU hex conversion function Pin
jmkhael22-Jun-04 4:36
jmkhael22-Jun-04 4:36 
GeneralRe: string to PDU hex conversion function Pin
HouseSparrow27-Jun-04 22:51
HouseSparrow27-Jun-04 22:51 
GeneralOpenfile dialog box Pin
x-trate22-Jun-04 2:03
x-trate22-Jun-04 2:03 
GeneralRe: Openfile dialog box Pin
P-Rex22-Jun-04 2:16
P-Rex22-Jun-04 2:16 
GeneralRe: Openfile dialog box Pin
David Crow22-Jun-04 2:26
David Crow22-Jun-04 2:26 
GeneralRe: Openfile dialog box Pin
gamitech22-Jun-04 12:55
gamitech22-Jun-04 12:55 
GeneralShowing Multiple frames together Pin
nitinveda22-Jun-04 1:52
nitinveda22-Jun-04 1:52 
QuestionAre there good security code for Win32 system objects ? Pin
vgrigor122-Jun-04 1:24
vgrigor122-Jun-04 1:24 
GeneralCompiling Program in Release mode Pin
DjChris1422-Jun-04 1:17
DjChris1422-Jun-04 1:17 
GeneralRe: Compiling Program in Release mode Pin
David Crow22-Jun-04 2:33
David Crow22-Jun-04 2:33 
QuestionHow do change Dialog Box font name, size in runtime Pin
baskarchinnu22-Jun-04 0:40
baskarchinnu22-Jun-04 0:40 
AnswerRe: How do change Dialog Box font name, size in runtime Pin
Johan Rosengren22-Jun-04 2:47
Johan Rosengren22-Jun-04 2:47 
GeneralThere is no source code available for the current location Pin
dolph_loe22-Jun-04 0:39
dolph_loe22-Jun-04 0:39 
GeneralRe: There is no source code available for the current location Pin
El'Cachubrey22-Jun-04 20:57
El'Cachubrey22-Jun-04 20:57 
GeneralRe: There is no source code available for the current location Pin
dolph_loe25-Jun-04 0:13
dolph_loe25-Jun-04 0:13 
GeneralDock one CDialog into one other during runtime… Pin
anderslundsgard22-Jun-04 0:37
anderslundsgard22-Jun-04 0:37 
GeneralRe: Dock one CDialog into one other during runtime… Pin
anderslundsgard22-Jun-04 0:38
anderslundsgard22-Jun-04 0:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.