Search:

Type: Posts; User: waysgoose

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,551

    destructor not called?

    Hi everyone,

    I have a question about destructors. I've written a simple class, to simulate a fertiliser tanker using a header file and an implementation file. Then I've used a file with a main...
  2. Replies
    2
    Views
    1,413

    Sally IDE project problem

    Hi everyone,

    I'm trying to create a project/solution (I'm not sure which is the correct one), with Sally IDE. I have 3 files, 2x cpp files & 1 header file.

    I am able to compile it from the...
  3. Replies
    1
    Views
    1,065

    file i/o, struct questions

    Hi all.

    I'm writing a battleships type game. Each player is represented as a struct, which contains 2 10 x 10 arrays, player's name, etc.



    struct player
    {
    char shipBoard[10][10];
    char...
  4. Replies
    2
    Views
    1,695

    Thanks for that, problem fixed! :D

    Thanks for that, problem fixed! :D
  5. Replies
    2
    Views
    1,695

    passing an array to function

    Hi everyone.

    I'm having trouble trying to write a function that takes a two dimensional array as an argument. I want to take a 10 x 10 matrix, and initialise it, so that each element is a '*'.
    I...
  6. Replies
    2
    Views
    1,439

    Hi Thankyou Robwhit. Everything's now working...

    Hi

    Thankyou Robwhit. Everything's now working smoothly!

    It's been a while. That's my excuse:confused:

    Justin
  7. Replies
    2
    Views
    1,439

    Borlund 5.5 can't find files

    Hi everyone,

    I'm new to the world of C++, though I know a bit about OOP, having studied Java a while back.

    Anyway, I'm having trouble using Borlund 5.5 to compile programs. I've installed it to...
Results 1 to 7 of 7