The Wayback Machine - https://web.archive.org/web/20140529012846/http://www.codeguru.com:80/cpp/i-n/internet/http/

Latest HTTP Articles

URI Encoding and Decoding

Learn about fast and portable URI encoding and decoding functions that use std::string as the argument and return type, and do the buffer conversion, including '\0'.

HTTP Post Using C

Learn to write a small routine or utility to make a post request to a Web server and retrieve the data. This article demonstrates such a technique, tested on Linux.

Crawling Using WINHTTP 5

The latest WINHTTP library from Microsoft replaces the older WININET libraries. This library is used internally in various Microsoft applications. Learn the various issues and characteristics of using this library's methods while crawling (reading Web data). This is most suitable for C++ coded, HTTP-based client/server applications.

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

MFC Integration with the Windows Transactional File System (TxF)

The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Top White Papers and Webcasts

  • With JRebel, developers get to see their code changes immediately, fine-tune their code with incremental changes, debug, explore and deploy their code with ease (both locally and remotely), and ultimately spend more time coding instead of waiting for the dreaded application redeploy to finish. Every time a developer tests a code change it takes minutes to build and deploy the application. JRebel keeps the app server running at all times, so testing is instantaneous and interactive.

  • Live Event Date: June 18, 2014 @ 1:00 p.m. ET / 10:00 a.m. PT Android apps can incorporate native code using the Native Development Kit (NDK) toolset. This eSeminar will explore software tools from Intel that help developers create and debug high performance NDK apps for Android* on Intel® architecture. Join us for a detailed walk through of tools that help developers reuse legacy code and code to low-level hardware. Expert speakers will also cover how to debug the native (C/C++) portion of your NDK …

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds