Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDebugging Header includes Pin
hyling28-Feb-05 10:38
hyling28-Feb-05 10:38 
GeneralRe: Debugging Header includes Pin
PJ Arends28-Feb-05 10:53
professionalPJ Arends28-Feb-05 10:53 
GeneralRe: Debugging Header includes Pin
vladfein28-Feb-05 11:53
vladfein28-Feb-05 11:53 
GeneralRe: Debugging Header includes Pin
hyling1-Mar-05 4:13
hyling1-Mar-05 4:13 
GeneralBYTE array question Pin
Tom Wright28-Feb-05 10:33
Tom Wright28-Feb-05 10:33 
GeneralRe: BYTE array question Pin
Ryan Binns28-Feb-05 17:17
Ryan Binns28-Feb-05 17:17 
GeneralRe: BYTE array question Pin
Tom Wright1-Mar-05 3:31
Tom Wright1-Mar-05 3:31 
GeneralRe: BYTE array question Pin
zhang80060528-Feb-05 19:56
zhang80060528-Feb-05 19:56 
a array from 0 , end n-1 , but not from 1 end n in C\C++




CString mySQLData = (char*)(_bstr_t)pRecordset->Fields->GetItem("MDC1_DATA_TEXT")->Value;
BYTE* myData = new BYTE[strlen(mySQLData) + 3];

memset(myData, 0x00, strlen(mySQLData) + 3);
memcpy(myData, mySQLData, strlen(mySQLData));

myData[strlen(mySQLData) + 0] = 0x00;
myData[strlen(mySQLData) + 1] = 0x04;
iSent = m_sConnectSocket.Send(myData, strlen(mySQLData) + 3);



GeneralAPI & Resizing the SysTray window Pin
Axonn Echysttas28-Feb-05 9:52
Axonn Echysttas28-Feb-05 9:52 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns28-Feb-05 17:19
Ryan Binns28-Feb-05 17:19 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas28-Feb-05 20:54
Axonn Echysttas28-Feb-05 20:54 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns28-Feb-05 23:30
Ryan Binns28-Feb-05 23:30 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas1-Mar-05 10:21
Axonn Echysttas1-Mar-05 10:21 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns1-Mar-05 15:21
Ryan Binns1-Mar-05 15:21 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas1-Mar-05 21:30
Axonn Echysttas1-Mar-05 21:30 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas2-Mar-05 11:47
Axonn Echysttas2-Mar-05 11:47 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns2-Mar-05 12:43
Ryan Binns2-Mar-05 12:43 
GeneralDrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 9:44
peterchen28-Feb-05 9:44 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
PJ Arends28-Feb-05 10:05
professionalPJ Arends28-Feb-05 10:05 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
Ryan Binns28-Feb-05 17:26
Ryan Binns28-Feb-05 17:26 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 20:14
peterchen28-Feb-05 20:14 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
zhang80060528-Feb-05 20:19
zhang80060528-Feb-05 20:19 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 20:38
peterchen28-Feb-05 20:38 
Generalclosing a dialog box created in a different class Pin
itsh1128-Feb-05 8:47
itsh1128-Feb-05 8:47 
GeneralRe: closing a dialog box created in a different class Pin
zhang80060528-Feb-05 20:33
zhang80060528-Feb-05 20:33 

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.