Click here to Skip to main content
15,907,497 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Convert Binary to Hex Code? Pin
Christian Graus30-Nov-07 18:40
protectorChristian Graus30-Nov-07 18:40 
Questionhow to get object name Pin
K. Sant.28-Nov-07 23:07
K. Sant.28-Nov-07 23:07 
AnswerRe: how to get object name Pin
Luc Pattyn28-Nov-07 23:51
sitebuilderLuc Pattyn28-Nov-07 23:51 
Questionhtml to .csv Pin
Tom Paronis28-Nov-07 11:32
Tom Paronis28-Nov-07 11:32 
AnswerRe: html to .csv Pin
Christian Graus28-Nov-07 15:12
protectorChristian Graus28-Nov-07 15:12 
GeneralRe: html to .csv Pin
Tom Paronis28-Nov-07 15:20
Tom Paronis28-Nov-07 15:20 
GeneralRe: html to .csv Pin
Christian Graus29-Nov-07 0:07
protectorChristian Graus29-Nov-07 0:07 
QuestionProblem with recv() function in winsock.h header file Pin
Raghavendra Pise27-Nov-07 21:13
Raghavendra Pise27-Nov-07 21:13 
Hi Friends,

In socket programming I want to connect double byte charcters.
Earlier we used recv() function for single byte charcter.
If we use double byte chracter in below recv function, its coming as a question mark symbol.
If anybody knows how can I handle double byte charcter in Scoket programing(recv function),Please let me know.


My codesnippet:

while( bytesRecv == SOCKET_ERROR ) {
bytesRecv = recv( ConnectSocket, recvbuf, 64, 0 );
if ( bytesRecv == 0 || bytesRecv == WSAECONNRESET || CheckTimeOut()) {
return CloseListen();
}
}


Note:Here recvbuf works for singel byte not for doublebyte charcters.


Thanks in advance.




AnswerRe: Problem with recv() function in winsock.h header file Pin
Christian Graus28-Nov-07 0:36
protectorChristian Graus28-Nov-07 0:36 
QuestionUsing boost test Pin
monsieur_jj26-Nov-07 20:56
monsieur_jj26-Nov-07 20:56 
AnswerRe: Using boost test Pin
Christian Graus26-Nov-07 22:24
protectorChristian Graus26-Nov-07 22:24 
GeneralRe: Using boost test Pin
monsieur_jj27-Nov-07 13:33
monsieur_jj27-Nov-07 13:33 
GeneralRe: Using boost test Pin
Christian Graus28-Nov-07 0:36
protectorChristian Graus28-Nov-07 0:36 
GeneralRe: Using boost test Pin
monsieur_jj28-Nov-07 14:44
monsieur_jj28-Nov-07 14:44 
Questioncan anybody explain me how the size of an empty class is 1byte Pin
philiptabraham26-Nov-07 20:14
philiptabraham26-Nov-07 20:14 
AnswerRe: can anybody explain me how the size of an empty class is 1byte Pin
Christian Graus26-Nov-07 22:41
protectorChristian Graus26-Nov-07 22:41 
AnswerRe: can anybody explain me how the size of an empty class is 1byte Pin
Mark Salsbery27-Nov-07 7:28
Mark Salsbery27-Nov-07 7:28 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
led mike27-Nov-07 7:51
led mike27-Nov-07 7:51 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
Mark Salsbery27-Nov-07 8:05
Mark Salsbery27-Nov-07 8:05 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
Mark Salsbery27-Nov-07 8:06
Mark Salsbery27-Nov-07 8:06 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
led mike27-Nov-07 8:17
led mike27-Nov-07 8:17 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
Christian Graus27-Nov-07 12:28
protectorChristian Graus27-Nov-07 12:28 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
George L. Jackson27-Nov-07 15:10
George L. Jackson27-Nov-07 15:10 
QuestionTreeView control node selection Pin
BuckBrown26-Nov-07 8:16
BuckBrown26-Nov-07 8:16 
QuestionRe: TreeView control node selection Pin
Nishad S26-Nov-07 16:40
Nishad S26-Nov-07 16:40 

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.