Products info
Index
New ideas in development
My programs
Get help on my programs
Informations about the author
Links page
Happy Birthday
I made this program for the birthday of a friend, but then I thought that it could be useful also for other people, as a nice (and very simple) gift.
Just when I'll have some free time, I will improve it in order to change the message displayed and to enhance the graphic effects.
It uses the ezvga library from Mattew Bentley, that is needed only if you want to compile the source code. Check DJGPP site for the latest version.
Download now (Dos - 90 Kb)

Return to top

Limits
This utility shows the sizes of almost all variable types under different compilers (djgpp, Borland C++ Builder and Turbo C++ 3.0). It can be compiled with no modifications also under Linux. You con compile it with your own compiler to see his variable limits.
Download now (Dos - 109 Kb)

Return to top

C Euro Converter
This has been my first C program: it took me about 7 hours to complete this work, because I had to learn how to work with command line parameters. This program converts not only between Euro and Lire, but also all the other Euro currencies, such as Marks, Francs, Pesetas, etc.
Download now (Dos - 45 Kb)

Return to top

Euro Converter
This has been one of the first Euro converters: I made the first version in January of 1998, it is written in Visual Basic 5 and works only between Lire and Euro (or Euro and Lire) and is very easy to use, but a new version, with new options for changes with other currencies is ready, written completely in C (see C Euro Converter above).
Requires VB 5 runtime libraries to work.
Download now (Win9x - 43 Kb)

Return to top

Hundred square game
This is a little game that we used to play at school on a piece of paper, during the most boring lessons... To win you must fill in all squares, getting number 100, moving only in few ways (if you play it  one time, you''l understand it's really simple). I enjoyed to port it on the computer, but nothing more.
Requires VB 5 runtime libraries to work.
Download now (Win9x - 81 Kb)

Return to top

System solver
This program doesn't require any mathematical skill to be used: it solves only three types of systems and has very user-friendly interface. I was tired to hand-solve 4x4 matrices, so I wrote this to speed up my homeworks.
Requires VB 5 runtime libraries to work.
Download now (Win9x - 95 Kb)

Return to top

Key viewer
This is a tool that sometimes I use to check what code is associated with each key. This code isn't the ASCII one (the code for the '8' key on the keyboard is different from the '8' of the keypad).
Requires VB 5 runtime libraries to work.
Download now (Win 9x - 19 Kb)

Return to top

If you need a new program, try to contact me, perhaps I can help you and develop what you need..