Computer-Guy's Programming Page

Welcome to my computer programming homepage. Of course, there are a few languages that you can program your PC with. My favourite languages are C and C++ (mainly this one). It allows you to program with relative ease since there are plain English words like "if" and "while" involved in these languages. I have written some simple DOS programs before that deal with text. My most advanced program is called "Trial!". It is a DOS text educational math game that has to do with multiplication. I use a 32-bit DOS compiler called DJGPP which is great. Nevertheless, I am currently working with Borland C++Builder Professional since I am planning to work on Windows programs. You can go to the DJGPP web page to download this free compiler. It also comes with a great gaming library (Allegro) that comes with unique built-in functions (I have not used them yet, though). If you have any questions regarding computer programming that I can help you with, do not hesitate to e-mail me. Also, I am looking for a new programming project idea, something relatively sophisticated; if you have any idea at all for me, please e-mail me.


Click Here to Look at the Official Borland Site (interesting one!)


Click here to go to a page with excellent C++ turorial materials


I have made a little program called Trial. It is a little 32-bit multiplication game that runs in the DOS environment, feel free to download this program. Trial.zip contains the files necessary to run the EXE file. Make sure the three of these files are all in the same directory in order for the EXE files to find the data files. Click here to download Trial.zip (about 63K).



Back to my main page