Click here to Skip to main content
15,916,693 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Google is your friend Pin
alex.barylski22-Mar-04 9:11
alex.barylski22-Mar-04 9:11 
GeneralRe: Google is your friend Pin
Curi0us_George22-Mar-04 9:20
Curi0us_George22-Mar-04 9:20 
GeneralRe: Google is your friend Pin
alex.barylski22-Mar-04 17:21
alex.barylski22-Mar-04 17:21 
GeneralRe: Google is your friend Pin
Michael P Butler22-Mar-04 9:20
Michael P Butler22-Mar-04 9:20 
GeneralRe: Google is your friend Pin
alex.barylski22-Mar-04 17:20
alex.barylski22-Mar-04 17:20 
GeneralRe: Code Writing Pin
alex.barylski21-Mar-04 15:45
alex.barylski21-Mar-04 15:45 
QuestionIs there any difference between transmitting plain text/binary data? Pin
s_k21-Mar-04 7:19
s_k21-Mar-04 7:19 
AnswerRe: Is there any difference between transmitting plain text/binary data? Pin
RadioShark21-Mar-04 7:49
RadioShark21-Mar-04 7:49 
Hi,

there are no limitations on characters transmitted over the sockets. You may transmit any character from 0x00 to 0xFF.

Some limitations (for example, in SMTP) were derived from protocol design. In case of SMTP, it was a possibility to use 7-bit encoding for message body.


Sincerely Yours,
RadioShark
GeneralRe: Is there any difference between transmitting plain text/binary data? Pin
s_k21-Mar-04 7:53
s_k21-Mar-04 7:53 
GeneralRe: Is there any difference between transmitting plain text/binary data? Pin
Roger Wright21-Mar-04 8:02
professionalRoger Wright21-Mar-04 8:02 
GeneralRe: Is there any difference between transmitting plain text/binary data? Pin
RadioShark21-Mar-04 8:05
RadioShark21-Mar-04 8:05 
GeneralRe: Is there any difference between transmitting plain text/binary data? Pin
Roger Wright21-Mar-04 8:28
professionalRoger Wright21-Mar-04 8:28 
GeneralRe: Is there any difference between transmitting plain text/binary data? Pin
RadioShark21-Mar-04 8:02
RadioShark21-Mar-04 8:02 
Generaldetect enter key pressed in cedit control Pin
r00k1321-Mar-04 5:50
r00k1321-Mar-04 5:50 
GeneralRe: detect enter key pressed in cedit control Pin
ian mariano21-Mar-04 10:41
ian mariano21-Mar-04 10:41 
Generalionbegginer in mfc mdi app Pin
sjsfsffs21-Mar-04 4:04
sjsfsffs21-Mar-04 4:04 
GeneralRe: ionbegginer in mfc mdi app Pin
RadioShark21-Mar-04 7:41
RadioShark21-Mar-04 7:41 
GeneralRe: ionbegginer in mfc mdi app Pin
JabraJabra14-Jun-04 6:26
JabraJabra14-Jun-04 6:26 
GeneralMFC Pin
Anonymous21-Mar-04 2:33
Anonymous21-Mar-04 2:33 
GeneralRe: MFC Pin
Prakash Nadar21-Mar-04 3:13
Prakash Nadar21-Mar-04 3:13 
GeneralRe: MFC Pin
Branislav21-Mar-04 3:14
Branislav21-Mar-04 3:14 
GeneralRe: MFC Pin
Prakash Nadar21-Mar-04 3:40
Prakash Nadar21-Mar-04 3:40 
GeneralRe: MFC Pin
Christian Graus21-Mar-04 15:00
protectorChristian Graus21-Mar-04 15:00 
GeneralRe: MFC Pin
Prakash Nadar21-Mar-04 16:42
Prakash Nadar21-Mar-04 16:42 
GeneralRe: MFC Pin
Tim Smith22-Mar-04 3:57
Tim Smith22-Mar-04 3:57 

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.