Search This Blog

Thursday, November 19, 2015

VC++ and the Web Technology

so you want to send an email from MFC ?? parse JSON ??

Json - JsonCpp compile and work under VC++ 12.
SendEmail - CSMTPConnection  Old MFC class newer version could be find here , you can send email with libcurl as well .
WebAccess - post/get ftp - the libcurl  also compiled on VC++ 12.

MD5 - Example C Program: Creating an MD5 Hash from File Content
on don't forget the regular web classes in MFC   - via CInternetSession and CHttpConnection

enjoy
Yaniv Tzanany


notes about jsoncpp
parsing-quoted-strings-in json

No comments: