Viewing a binary tree
Made only for one purpose, to tech you how to sort
a binary tree using different traverse functions.
It doesn“t use the standard template library list, instead
it uses my own list and nodes, so you can learn
how to create a list here to.
- CLICK HERE TO DOWNLOAD [ 3.7 kb ] -
Printing a textfile
Reads a textfile character by character and prints the
text like a typewriter. Silly program but useful for
learning filehandling.
- CLICK HERE TO DOWNLOAD [ 0.7 kb ] -
A simple stack
How to define a simple stack. The objects that
is stored in the stack is defined using a typedef.
- CLICK HERE TO DOWNLOAD [ 1 kb ] -
Railroad simulator
Uses standard template library lists and bags and
inherited classes and a bunch of other cool stuff.
You have to know atleast some C++ to understand
this code. It reads a timetable and creates trains
and attatches wagons and locomotives, makes the trains
start rolling at given time and deletes the trains
and returns the wagons and locomotives to the arrivalstation
when the train arrives. A lot more to, but thats the basics.
- CLICK HERE TO DOWNLOAD [ 11.9 kb ] -
Bankaccount manager
Lets a user create up to 3 accounts and make deposits
and withdraws. Saves all transactions so user can
see history of them. No standard
template librarys here. Uses my own lists.
- DOWNLOAD AVAILABLE SOON -
|