Search:

Type: Posts; User: billcozbee

Search: Search took 0.01 seconds.

  1. I was using dev c++ but I was not getting...

    I was using dev c++ but I was not getting anything useful from the debugger
  2. I put the tags in im not sure why there is no...

    I put the tags in im not sure why there is no indentation
  3. Segmentation Fault in Hashing problem need help

    The point of this code is to get 15 names and then hash them. After one name is entered I get a segmentation Fault and the program crashes. any help would be appreciated.





    //driver file...
  4. Replies
    1
    Views
    1,403

    Bad outputs from linked list

    I'm trying to get this program to print out the employee with the highest ID number. But instead, it prints out all of the employees, with the last name is in the first name position, and the last...
  5. Very helpful thanks a lot

    Very helpful thanks a lot
  6. Segmentation Fault (core dumped) I'm not sure what's wrong need some help

    #include <stdio.h>
    #include <string.h>
    #include <malloc.h>


    typedef struct
    {
    char *maker;
    char *model;
    double oreading;
Results 1 to 6 of 6