Projects/WinAPI


I have designed a few little helper programs for simple Windows API education, and also use with Cygwin under Windows. I decided to share the source, although they may not be useful.

Getclip

This program is designed to print out the current windows clipboard contents (if they are text) onto stdout.

Upload:getclip.c

Getdrives

This program prints out the drives currently connected to the system.

Upload:getdrives.c