Search:

Type: Posts; User: ItsMeHere

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,849

    Binary search needed

    Hi guys...cant work out to search for a customer name in my binary tree....any help wold be appreciated....keep getting lost with the tutorials


    #include<stdio.h>
    #include <stdlib.h>...
  2. Replies
    7
    Views
    2,509

    Just a quick point when i input a name it only...

    Just a quick point when i input a name it only sees the first name but not the second ie

    "Enter Customer Name to add to record" i add billy bob but when you display the record only billy shows...
  3. Replies
    7
    Views
    2,509

    Thanks for the pointers guys (no pun inteded...

    Thanks for the pointers guys (no pun inteded :))....started from fresh and managed to get it sorted......been at college (night classes) and have had 4 different lecturers this year with vairying...
  4. Replies
    7
    Views
    2,509

    Sorry guys have edited to show the latest version...

    Sorry guys have edited to show the latest version i had before you guys posted.
    I know its all over place but im new to this so please be patient ;)
  5. Replies
    7
    Views
    2,509

    Help please im stuck

    Hi guys...having problems with a project...its supposed to add names and email addresses but when i go to add a third it falls over....
    Its driving me mental..lol




    #include<stdio.h>...
  6. Replies
    4
    Views
    1,732

    Thanks Salem...your info was spot on...got...

    Thanks Salem...your info was spot on...got another slight problem with it but i will try and sort it before i post again..lol.
    Once again thanks for your help.
  7. Replies
    4
    Views
    1,732

    The errors that im getting are: binversion4.c:...

    The errors that im getting are:

    binversion4.c: In function `getdetails':
    binversion4.c:83: error: `new' undeclared (first use in this function)
    binversion4.c:83: error: (Each undeclared...
  8. Replies
    4
    Views
    1,732

    Help required

    Hi guys totaly new to this so please be gentle.
    I cant get the following code to work.....i know its prob sonething stupid...any ideas would be appreciated





    #include<stdio.h>

    struct...
Results 1 to 8 of 8