Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using an "unknown" DLL Pin
reinhard_jd3-Oct-05 8:07
reinhard_jd3-Oct-05 8:07 
GeneralRe: using an "unknown" DLL Pin
Jose Lamas Rios3-Oct-05 9:04
Jose Lamas Rios3-Oct-05 9:04 
GeneralRe: using an "unknown" DLL Pin
reinhard_jd3-Oct-05 12:57
reinhard_jd3-Oct-05 12:57 
Questionsending url POST method Pin
hamavreg2-Oct-05 6:55
hamavreg2-Oct-05 6:55 
AnswerRe: sending url POST method Pin
Ravi Bhavnani2-Oct-05 7:58
professionalRavi Bhavnani2-Oct-05 7:58 
AnswerRe: sending url POST method Pin
ThatsAlok2-Oct-05 18:19
ThatsAlok2-Oct-05 18:19 
Questiondeclaring const strings Pin
Chintoo7232-Oct-05 6:28
Chintoo7232-Oct-05 6:28 
AnswerRe: declaring const strings Pin
LighthouseJ2-Oct-05 7:28
LighthouseJ2-Oct-05 7:28 
I think the second is null terminated.

I used something similar to the first, but I specified the characters in hexidecimal form like this:

static const char cmd[3] = { 0x0A, 0x10, 0x0D };

I had to use characters not easily expressible on a regular Qwerty keyboard and I also used only characters 2 and 3 sometimes. Character arrays were convenient because the serial port sends 1 byte at a time and characters are 1 byte long.
AnswerRe: declaring const strings Pin
Rage_bla2-Oct-05 7:40
Rage_bla2-Oct-05 7:40 
AnswerRe: declaring const strings Pin
Rick York2-Oct-05 11:18
mveRick York2-Oct-05 11:18 
QuestionSimple GDI Problem Pin
LighthouseJ2-Oct-05 5:39
LighthouseJ2-Oct-05 5:39 
GeneralRe: Simple GDI Problem Pin
Anton Mikhalyov2-Oct-05 7:55
Anton Mikhalyov2-Oct-05 7:55 
GeneralRe: Simple GDI Problem Pin
LighthouseJ2-Oct-05 15:55
LighthouseJ2-Oct-05 15:55 
AnswerRe: Simple GDI Problem Pin
Jose Lamas Rios2-Oct-05 9:30
Jose Lamas Rios2-Oct-05 9:30 
GeneralRe: Simple GDI Problem Pin
LighthouseJ2-Oct-05 15:57
LighthouseJ2-Oct-05 15:57 
QuestionNotifaction Area Pin
G Cross2-Oct-05 5:26
G Cross2-Oct-05 5:26 
AnswerRe: Notifaction Area Pin
ThatsAlok2-Oct-05 18:24
ThatsAlok2-Oct-05 18:24 
Questionconfused Pin
benjnp2-Oct-05 5:12
benjnp2-Oct-05 5:12 
QuestionWhich database access tech to use? Pin
Shao Voon Wong2-Oct-05 3:12
mvaShao Voon Wong2-Oct-05 3:12 
AnswerRe: Which database access tech to use? Pin
Ghasrfakhri2-Oct-05 3:22
Ghasrfakhri2-Oct-05 3:22 
GeneralRe: Which database access tech to use? Pin
Shao Voon Wong2-Oct-05 3:37
mvaShao Voon Wong2-Oct-05 3:37 
GeneralRe: Which database access tech to use? Pin
Ghasrfakhri2-Oct-05 10:53
Ghasrfakhri2-Oct-05 10:53 
GeneralRe: Which database access tech to use? Pin
Shao Voon Wong2-Oct-05 18:12
mvaShao Voon Wong2-Oct-05 18:12 
GeneralRe: Which database access tech to use? Pin
David Crow3-Oct-05 3:01
David Crow3-Oct-05 3:01 
AnswerRe: Which database access tech to use? Pin
toxcct2-Oct-05 3:58
toxcct2-Oct-05 3:58 

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.