Fundamentals of |
About · FAQ ·Tell a Friend · Comments · Course Home Page · IT Learning Center |
About this Course
This course is intended for serious computer hobbyists, IT students, and IT professionals. You need Windows and Visual C++ installed. The free online textbook for this course is Visual C++ 6 Unleashed . Read the Introduction to the book.
|
Lesson 11. The WinInet API Visual C++ includes the Windows Internet Extensions API, known as WinInet. This includes both a set of C functions and an MFC class hierarchy that enables your applications to add connectivity to Internet servers without having to worry about the specifics of the underlying protocols, such as File Transfer Protocol (FTP), Hypertext Transfer Protocol (HTTP), or Gopher. The WinInet APIs enable you to connect to Internet servers, search for files, and retrieve files. You also can send files to the server or even open a file in place on the server. For many operations, you can use synchronous, blocking calls, or you may use the asynchronous completion mechanisms Reading Assignments Read the following sections from your free online textbook:
Learning Activities
|
| Web design and curriculum: David L. Heiserman | Copyright © 2005 SweetHaven Publishing Services |