Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: libraries, headers (.h) in C language Pin
ThatsAlok8-Sep-09 21:05
ThatsAlok8-Sep-09 21:05 
AnswerRe: libraries, headers (.h) in C language Pin
Richard MacCutchan8-Sep-09 23:13
mveRichard MacCutchan8-Sep-09 23:13 
AnswerRe: libraries, headers (.h) in C language Pin
Selvam R9-Sep-09 2:15
professionalSelvam R9-Sep-09 2:15 
QuestionSource code not working in outlook 2002 Pin
Game-point8-Sep-09 19:35
Game-point8-Sep-09 19:35 
AnswerRe: Source code not working in outlook 2002 Pin
ThatsAlok8-Sep-09 21:03
ThatsAlok8-Sep-09 21:03 
AnswerRe: Source code not working in outlook 2002 Pin
Selvam R9-Sep-09 2:19
professionalSelvam R9-Sep-09 2:19 
QuestionRe: Source code not working in outlook 2002 Pin
David Crow9-Sep-09 3:25
David Crow9-Sep-09 3:25 
QuestionHow do i do Unit testing for C programming in visual studio Pin
mohant$.net8-Sep-09 19:33
mohant$.net8-Sep-09 19:33 
AnswerRe: How do i do Unit testing for C programming in visual studio Pin
CPallini8-Sep-09 20:53
mveCPallini8-Sep-09 20:53 
GeneralRe: How do i do Unit testing for C programming in visual studio Pin
mohant$.net8-Sep-09 20:56
mohant$.net8-Sep-09 20:56 
GeneralRe: How do i do Unit testing for C programming in visual studio Pin
CPallini8-Sep-09 21:00
mveCPallini8-Sep-09 21:00 
AnswerRe: How do i do Unit testing for C programming in visual studio Pin
David Crow9-Sep-09 3:27
David Crow9-Sep-09 3:27 
AnswerRe: How do i do Unit testing for C programming in visual studio Pin
Rick York9-Sep-09 11:28
mveRick York9-Sep-09 11:28 
Questiontrying to access functions in a dll created in VB Pin
BigCTD8-Sep-09 10:14
BigCTD8-Sep-09 10:14 
AnswerRe: trying to access functions in a dll created in VB Pin
CPallini8-Sep-09 11:23
mveCPallini8-Sep-09 11:23 
AnswerRe: trying to access functions in a dll created in VB Pin
ThatsAlok8-Sep-09 21:14
ThatsAlok8-Sep-09 21:14 
Questionsql: insert into ... mixed with english and unicode fields Pin
includeh108-Sep-09 8:01
includeh108-Sep-09 8:01 
assume the table has 2 fields: fe and fu.
fe (field-english) is english text field.
fu (field-unicode) is unicode text field.

also assume X is an unicode character, whose value is 1212 (hex word).

now we insert english string ab into field fe, Xa (values are 1212 6100) into fu.

how do we writesql statement?
i.e.

sql="insert into mytable (fe,fu) values(\'ab\', \'\x12\x12\x61\x00\' )";

the \x00 terminates the sql statement string.

any idea or suggestion?

(I am testing mysql database now, CString with unicode setting is not really suitable for mysql in the case).

thanks
NewsUnit testing framework cfix 1.5 released; adds support for EXE targets and kernel mode multithreading Pin
J. Passing8-Sep-09 7:26
J. Passing8-Sep-09 7:26 
GeneralPublish an RTMP stream to FMS using Microrosft Visual C Pin
mseureka8-Sep-09 6:47
mseureka8-Sep-09 6:47 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
farnhamj12-Sep-09 14:32
farnhamj12-Sep-09 14:32 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Sumit_Ghosh16-Sep-09 8:34
Sumit_Ghosh16-Sep-09 8:34 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Jon68z16-Oct-09 8:36
Jon68z16-Oct-09 8:36 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Gavriloaie Andrei7-Nov-09 2:21
Gavriloaie Andrei7-Nov-09 2:21 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Jon68z7-Nov-09 16:15
Jon68z7-Nov-09 16:15 
GeneralRe: Publish an RTMP stream to FMS using Microrosft Visual C Pin
Gavriloaie Andrei7-Nov-09 16:30
Gavriloaie Andrei7-Nov-09 16:30 

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.