Thread: C++
View Single Post
Old Aug 9th, 2005, 3:20 AM   #15
prolog
Programmer
 
Join Date: Jul 2005
Location: Germany
Posts: 69
Rep Power: 4 prolog is on a distinguished road
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
prolog is offline   Reply With Quote