Adam Murphy's SE Page

C++ Page

This page will have projects and programs that I have written plus other stuff related to C++. Everything was compiled using my school's computers. If you want to run the files then you'll have to compile them since I'm still looking for a complier. The files can be used for anything except commercial products. I would like to get an email about any changes you would like to make to my code. My email can be found on my personal page. Also read the "Readthis.txt" file that is included in the .zip file.


C++ Projects & Programs

NameDescription
Very Small Language (VSL)A compiler for very basic mathematical equations, uses floats, ints, can print, etc.
BlackjackSimulates a blackjack game. Uses cmd line to play.