new to c++ and need to create program to read a file check it to a master file and send the missing files to an email address. any help to get me started would be mest appreciated.
U have 3 issues here.
(1) Reading the file
(2) Processing it
(3) Sending it by Email.
All the three are not that complicated though.
Reading and processing the inputs are not difficult.
For sending the email, if its an SMTP server, u need to implement the SMTP protocol.
For yr file operations, C++ provides lotsa stream classes to do the stuff.
Start the job in the order that i've mentioned. It will be easy
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.