Search:

Type: Posts; User: Snoopy

Search: Search took 0.00 seconds.

  1. Thread: Loading a file

    by Snoopy
    Replies
    4
    Views
    988

    Loading a file

    Ok at the moment im just trying to load some data of a txt file into an array of structures and display it. But it isnt working proply. The data that im useing is:

    8/2/2002
    1 2 2 3

    3 0 4 2
    ...
  2. Replies
    3
    Views
    918

    Another question with my darn program

    Right what i want to happen is that the program starts i want u to be able to enter 10 passwords in one after another then once this has been done then ask the user if they want another go.
    Whats...
  3. Thread: Spot the error

    by Snoopy
    Replies
    8
    Views
    1,380

    thanx for the input guys as u can probably tell...

    thanx for the input guys as u can probably tell im new to c++ ive corrected those mistakes which u have pointed out and it now compiles but doent work as i had hoped.

    #include <iostream.h>...
  4. Thread: Spot the error

    by Snoopy
    Replies
    8
    Views
    1,380

    Spot the error

    Anyone care to help me in getting my program to compile, there are currently 3 errors in my code. Any help appreciated.

    #include <iostream.h>
    #include <string.h>
    main()
    {

    const int max_size...
Results 1 to 4 of 4