Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: writing Bitmap data as Binary Into XML file Pin
Adam Roderick J6-Aug-09 20:34
Adam Roderick J6-Aug-09 20:34 
GeneralRe: writing Bitmap data as Binary Into XML file Pin
002comp6-Aug-09 21:27
002comp6-Aug-09 21:27 
GeneralRe: writing Bitmap data as Binary Into XML file Pin
CPallini6-Aug-09 21:44
mveCPallini6-Aug-09 21:44 
AnswerRe: writing Bitmap data as Binary Into XML file Pin
Cedric Moonen6-Aug-09 20:53
Cedric Moonen6-Aug-09 20:53 
GeneralRe: writing Bitmap data as Binary Into XML file Pin
002comp6-Aug-09 21:28
002comp6-Aug-09 21:28 
GeneralRe: writing Bitmap data as Binary Into XML file Pin
Cedric Moonen6-Aug-09 21:54
Cedric Moonen6-Aug-09 21:54 
AnswerRe: writing Bitmap data as Binary Into XML file Pin
CPallini6-Aug-09 21:11
mveCPallini6-Aug-09 21:11 
QuestionCan CSocket be used in this way? Pin
includeh106-Aug-09 18:30
includeh106-Aug-09 18:30 
//XSocket is sub class of CSocket
XSocket*psk;
//connect etc.

assume:
psk->Send(...)
is guaranteed to send a message to other side.

If the socket is colosed immediately after Send(...) as

psk->Send(...);
psk->Close();

is the Send(...) function still guaranteed to send the message to other side?
AnswerRe: Can CSocket be used in this way? Pin
«_Superman_»6-Aug-09 18:52
professional«_Superman_»6-Aug-09 18:52 
AnswerRe: Can CSocket be used in this way? Pin
Rajesh R Subramanian6-Aug-09 19:46
professionalRajesh R Subramanian6-Aug-09 19:46 
AnswerRe: Can CSocket be used in this way? Pin
Moak8-Aug-09 8:28
Moak8-Aug-09 8:28 
Questionafter calling GetCurrentBuffer(&lBufferSize,NULL), lBufferSize is minus value. Pin
rambojanggoon6-Aug-09 16:52
rambojanggoon6-Aug-09 16:52 
AnswerRe: after calling GetCurrentBuffer(&lBufferSize,NULL), lBufferSize is minus value. Pin
Cedric Moonen6-Aug-09 20:29
Cedric Moonen6-Aug-09 20:29 
QuestionUsing a map with an class inherited from pair. Pin
thelonesquirrely6-Aug-09 14:11
thelonesquirrely6-Aug-09 14:11 
AnswerRe: Using a map with an class inherited from pair. Pin
Garth J Lancaster6-Aug-09 14:42
professionalGarth J Lancaster6-Aug-09 14:42 
Questiontime and space complexity? Pin
sam_psycho6-Aug-09 8:35
sam_psycho6-Aug-09 8:35 
AnswerRe: time and space complexity? Pin
Luc Pattyn6-Aug-09 9:04
sitebuilderLuc Pattyn6-Aug-09 9:04 
GeneralRe: time and space complexity? Pin
sam_psycho6-Aug-09 9:38
sam_psycho6-Aug-09 9:38 
AnswerRe: time and space complexity? Pin
CPallini6-Aug-09 10:21
mveCPallini6-Aug-09 10:21 
GeneralRe: time and space complexity? Pin
sam_psycho6-Aug-09 10:29
sam_psycho6-Aug-09 10:29 
AnswerRe: time and space complexity? Pin
RomanMzh6-Aug-09 13:15
RomanMzh6-Aug-09 13:15 
AnswerRe: time and space complexity? Pin
Adam Roderick J6-Aug-09 17:48
Adam Roderick J6-Aug-09 17:48 
QuestionCAsynSocket CWinthread Question Pin
ForNow6-Aug-09 6:39
ForNow6-Aug-09 6:39 
AnswerRe: CAsynSocket CWinthread Question Pin
sashoalm6-Aug-09 22:10
sashoalm6-Aug-09 22:10 
GeneralRe: CAsynSocket CWinthread Question Pin
ForNow7-Aug-09 1:02
ForNow7-Aug-09 1:02 

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.