|
Hi,
hm a project i learned sth form was coding an alevator-simulation.
Another good start is to code some ADTs yourself.
Or you could write a program that is capable of transforming boolean expressions.
Let's say it gets an expression with mixed junctors and it would transform it to all nand- or nor-expressions. It could pretty print some trees to visualize it.
__________________
-= C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do succeed, you will blow away your whole leg. =- Bjarne Stroustrup
|