Javascript is either disabled or not supported by this browser. This page may not appear properly.
//----------------------
//MY C/C++ PROGRAMS PAGE
//----------------------
/*For some years I have been programming mainly in Fortran and a little bit in Quick-Basic and Pascal. Now that I should be getting my MS in mechanical engineering soon I got a job with a company that makes finite element software. Since they are coding in C only, I had to start with this language now too.*/
/*After trying some of the usual first programs, like the "Hello World"-program, my first "real" program is called Lissa and it draws animated Lissajoux figures.*/
/*This page contains some of my first C/C++ programs that I developed using C++Builder from Borland.*/


Lissa.zip


Clock.zip


Rocket.zip


Impact.zip

143kB
139kB
231kB
145kB
/*The object of this program was to animate with little flickering. This is done by drawing on a hidden image.*/
/*I always wanted to code my own version of the classic lander program. If I have some time I might add better graphics and sound.*/
/*Push the thruster button to slow the ship but don't forget you have only limited fuel aboard.*/
/*I just had to make my own little digital clock. Here it is for the 24-hour format which I prefer over the AM/PM-format.*/
/*My MS project on finite deformation plasticity resulted in this one-dimensional finite element simulation program.*/
/*Better get a really fast computer if you want to run this program.*/
All above files are provided with absolutely no warranty whatsoever! Download files only if you agree to that! Everybody is responsible oneself!
Even though all files should be free of viruses I cannot guarantee it.

Blablabla...
/*In time I will post more files but I am a little busy right now since my professor at CAL makes me work for my MS-degree.*/
/*A change in parameters shows instantly. (Try m=n=49, x-speed=1.0, y-speed=0.5)*/
/*Click and drag across the screen, double-click to close.*/
//-----------------
//Files to download
//-----------------
/*About myself:
My name is Roger Mueller. I am from Switzerland. Currently I am a graduate student at CAL*/
/*Here is the result of a boring Sunday afternoon. Edit blue.bmp, red.bmp... if you want something other than balloons.*/
/*Shoot the balloons with the mouse cursor.*/


Balloons.zip

151kB
154kB
/*Shoot the balloons from the bottom.*/


Balloon2.zip

/*My most useless program: the energy meter. It attempts to estimate your energy output while using the computer.*/
/*The program checks the use of the keyboard and the mouse buttons.*/


Em.zip

134kB
/*My very own Tetris clone. Try it out, especially if you live in Lyons, CO!*/
/*The game has no sound yet. I will add it if I find a good wav-file.*/


Tetris.zip

148kB
/*My pseudo 3-D version of a board game for two players. I might add a little ai so one could play against the computer.*/
/*The objective is to change the color of all the stones to yours. Corner stones jump when two stones are present, edge stones at three and center stones at four.*/


Towers.zip

160kB
I noticed that some of the programs are a bit slow under Win95 because the timers are maxed out. The problem does not occur with NT. I will fix that once I get my computer...
Check out my new site!