Search:

Type: Posts; User: bennyboy

Search: Search took 0.00 seconds.

  1. Thread: hash table?

    by bennyboy
    Replies
    2
    Views
    1,827

    hash table?

    Hi all,

    As a small part of a project I am currently working on, I need some way to do the following.

    Keep adding new entries to a list, each of these new entries has an identity (double number)...
  2. Thread: Urgent!!!

    by bennyboy
    Replies
    9
    Views
    1,669

    finding minimum integer value

    Hi,
    thankyou all for your solutions! I feel i'm learning more about programming than ever thanks to you!
    I currently have a 2D matrix of integers and would like to find the minnimum value for a...
  3. Thread: Urgent!!!

    by bennyboy
    Replies
    9
    Views
    1,669

    test if string is null

    Hi,
    cheers for your help,
    just wondered how you test if a string is null, i cant seem to get it to work.
    Cheers
  4. Thread: Urgent!!!

    by bennyboy
    Replies
    9
    Views
    1,669

    Urgent!!!

    Hi everyone, am sorry about making a new thread for this but i need it urgently answered, hope you forgive me. The following is a program (unfinished) that reads data in from a tab delimited file,...
  5. Replies
    12
    Views
    1,452

    Hi, The following is my (unfinished) code which...

    Hi,
    The following is my (unfinished) code which reads in from a tab delimited file and finds the shortest path between 2 nodes, I'm now trying to store the destination names as elements in the...
  6. Replies
    12
    Views
    1,452

    Why!?!?!?

    Hi everyone, right, im getting a bit further now, im trying to put my information into a matrix. The problem is that when i compile the following program it gives the error
    "syntax error : missing...
  7. Replies
    12
    Views
    1,452

    I'm actually trying to implement dijkstra's...

    I'm actually trying to implement dijkstra's algorithm, I have a tab delimited file consisting of 29 lines, each of which include a source city, a destination city and the distance between them. This...
  8. Replies
    12
    Views
    1,452

    The real problem!

    Hi everyone, thankyou for your help so far, being a stupid newbie ive gone and posted this as a new thread as well - doh! Right, I have a program that reads char strings in from a tab delimited file,...
  9. Replies
    2
    Views
    1,267

    Storing in structure

    Hi everyone, right, I have a program that reads char strings in from a tab delimited file, I can do this. I now want the program to store part of this data(the char strings) as one of the fields in a...
  10. Replies
    12
    Views
    1,452

    Shortcut for 'any'

    Hi,
    I have a program that is reading char strings in, i want the program to only store the value if it hasn't already been stored, i basically want an if statement that asks the following:
    if...
  11. Replies
    1
    Views
    1,425

    Storing in structure

    Hi everyone,
    OK, so I want to read data in from a tab delimited file and then store part of it in a structure that i've built. The tab delimited file basically consists of 29 different lines of :
    ...
  12. Replies
    1
    Views
    2,956

    Reading from tab-delimited file

    Hi everyone,
    I am currently trying to put together a program that runs dijkstra's algorithm, this is not the problem however. The program must first read in data from a tab delimited file, the...
Results 1 to 12 of 12