Forum: Java Jun 3rd, 2009 |
| Replies: 2 Views: 824 So im trying despritely to understand how to create a maze and find the shortest path. I would just like to first understand how to create a maze. Theres no need for it to be outputted at this stage,... |
Forum: Computer Science Jun 14th, 2008 |
| Replies: 4 Views: 1,698 Ok I'm doing some exam prep. I'm checking out an old exam paper and come accross this question
Which of the following is not a tool for designing modular systems
a) Structure charts
b) Data... |
Forum: C++ Jun 3rd, 2008 |
| Replies: 3 Views: 447 Im trying to align my screen ouput. At the moment Ive been using setw and \t. They don't seem to line up correctly. I dont know why the first one hasn't got the got the correct alignment or y its... |
Forum: C++ May 30th, 2008 |
| Replies: 1 Views: 992 Hey I know this is really simple, I'm studying my first course of C++. In my prac for the week it asks:
"A TrainCar is a base class representing carriages for a train. It defines no attributes but... |
Forum: C++ May 18th, 2008 |
| Replies: 2 Views: 924 Sweet, that was exactly what I was looking for. Thanks mate.
SAM |
Forum: C++ May 18th, 2008 |
| Replies: 2 Views: 924 I know that this is a simple one but never the less I forget how to do it.
How do I create white spaces on my screen.
Im writting in DEV-C++. I want my output to look something like this
Name ... |