Click here to Skip to main content
15,924,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPreventing a file from copying.? Pin
ZarrinPour2-Apr-04 18:15
ZarrinPour2-Apr-04 18:15 
AnswerRe: Preventing a file from copying.? Pin
Prakash Nadar2-Apr-04 19:07
Prakash Nadar2-Apr-04 19:07 
GeneralRe: Preventing a file from copying.? Pin
Monty22-Apr-04 23:18
Monty22-Apr-04 23:18 
GeneralRe: Preventing a file from copying.? Pin
Prakash Nadar3-Apr-04 2:29
Prakash Nadar3-Apr-04 2:29 
AnswerRe: Preventing a file from copying.? Pin
Alexander M.,4-Apr-04 1:08
Alexander M.,4-Apr-04 1:08 
QuestionSMTP Server? Pin
Timothy Grabrian2-Apr-04 18:08
professionalTimothy Grabrian2-Apr-04 18:08 
AnswerRe: SMTP Server? Pin
Prakash Nadar2-Apr-04 19:05
Prakash Nadar2-Apr-04 19:05 
AnswerRe: SMTP Server? Pin
Paul Ranson3-Apr-04 8:58
Paul Ranson3-Apr-04 8:58 
You need to find the RFCs for SMTP, Internet Message Format, and MIME etc.

From a programming pov there are three areas, a TCP server, a protocol implementation and mail processing. It's quite a big job.

I built a special purpose SMTP server last autumn using boost::spirit for the protocol parsing. I'd definitely recommend a proper parser here. I rolled my own TCP server utilising the Windows thread pool and IOCompletion Ports. Works well. This bit will be freely available for most uses soonish.

Paul
QuestionAnyone has any experience on using CHtmlEditCtrl? Pin
usfesco2-Apr-04 13:06
usfesco2-Apr-04 13:06 
QuestionRe: Anyone has any experience on using CHtmlEditCtrl? Pin
Debapritam Chakra29-Dec-16 4:05
Debapritam Chakra29-Dec-16 4:05 
GeneralCOnverting char to int and retaining value Pin
CNewbie2-Apr-04 12:50
CNewbie2-Apr-04 12:50 
GeneralRe: COnverting char to int and retaining value Pin
Michael Dunn2-Apr-04 13:58
sitebuilderMichael Dunn2-Apr-04 13:58 
GeneralRe: COnverting char to int and retaining value Pin
CNewbie2-Apr-04 18:56
CNewbie2-Apr-04 18:56 
GeneralRe: COnverting char to int and retaining value Pin
Johnny ²2-Apr-04 23:42
Johnny ²2-Apr-04 23:42 
GeneralRe: COnverting char to int and retaining value Pin
Pedro Ruiz2-Apr-04 23:50
Pedro Ruiz2-Apr-04 23:50 
GeneralRe: COnverting char to int and retaining value Pin
GflPower4-Apr-04 19:12
GflPower4-Apr-04 19:12 
GeneralCString::Format() Pin
Oriented2-Apr-04 12:33
Oriented2-Apr-04 12:33 
GeneralRe: CString::Format() Pin
Michael Dunn2-Apr-04 13:57
sitebuilderMichael Dunn2-Apr-04 13:57 
GeneralRe: CString::Format() Pin
gUrM33T2-Apr-04 15:25
gUrM33T2-Apr-04 15:25 
GeneralRe: CString::Format() Pin
Prakash Nadar2-Apr-04 16:19
Prakash Nadar2-Apr-04 16:19 
GeneralRe: CString::Format() Pin
Graham Bradshaw2-Apr-04 21:53
Graham Bradshaw2-Apr-04 21:53 
GeneralRe: CString::Format() Pin
Prakash Nadar3-Apr-04 2:27
Prakash Nadar3-Apr-04 2:27 
GeneralRe: CString::Format() Pin
Gary R. Wheeler3-Apr-04 2:55
Gary R. Wheeler3-Apr-04 2:55 
GeneralScroll Bar Pin
Oriented2-Apr-04 12:16
Oriented2-Apr-04 12:16 
GeneralRe: Scroll Bar Pin
gUrM33T2-Apr-04 15:33
gUrM33T2-Apr-04 15: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.