Alwyn Malachi Berkeley
E-mail:
Location: Miami, Fl
I have been a hobbyist programmer for 8+ years and I am now enrolled as a college student majoring in computer science. My programming language of choice is C++. However, I do on occasion program in VB6, like, PHP and other scripting languages.
My interests lye mainly in computer games and compilers/interpreters. I would like to explore the OpenGL and Boost libraries in even further depth sometime in the future. I am also eagerly anticipating the C0X standard ever since reading what was outlined in TR1(Technical Report 1).
Articles
Programming an HTML Downloader in C++
This program requests the source code (HTML) of a webpage and then gives the user multiple options for viewing the web server's response. We will use the Winsock API to manipulate sockets on the system, and create reusable code along the way.