Search:

Type: Posts; User: dl27

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,548

    ok ill try to make things as simple as possible...

    ok ill try to make things as simple as possible and go through notes... thanks for the help
  2. Replies
    11
    Views
    1,548

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #define MAX_LEN 30
    #define SIZE 20
    struct employee {
    char first[MAX_LEN];
    char last [MAX_LEN];
    double payperhr;...
  3. Replies
    11
    Views
    1,548

    so bascially just keep the scan and everything...

    so bascially just keep the scan and everything needed for the scan of the char... correct?
  4. Replies
    11
    Views
    1,548

    * that lil guy?

    * that lil guy?
  5. Replies
    11
    Views
    1,548

    #include #include #include...

    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>
    int main(){

    char state[30];

    printf("enter:");

    scanf("%s", state);
  6. Replies
    11
    Views
    1,548

    promblem with sending struct through function

    So far i haven't started the calculation of the program but more worried about getting the first and last name to copy over to the output file w2.... even when i try to put it into a printf output of...
Results 1 to 6 of 6