Code Samples
EnvironmentVariableMap.h / .cpp
These source files are part of my personal class library for C++ development. The EnvironmentVariableMap class allows a programmer to use environment variables without needing to directly use the C runtime library.
CheckoutCart.java
This Java servlet is from a class project implementing an online shopping website. The servlet sets up the customer's shipping and billing addresses for the order, and then verfies the customer's credit information. Once this is done successfully, the servlet tells the shopping cart object to place the order.
This consists of all the remains I have of the project.




