Search:

Type: Posts; User: beebee

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    740

    pointers and functions

    I am trying to learn C. Following is a simple program with several compiler errors that I do not understand. Any help would be appreciated. The compiler errors follow. Then the code.


    3...
  2. Replies
    7
    Views
    2,201

    Thank you for your help. The program compiles! ...

    Thank you for your help. The program compiles! It doesn't run, but it compiles. 1/2 way there.
    beebee
  3. Replies
    7
    Views
    2,201

    Sorry Grumpy. I am a real beginner...taking my...

    Sorry Grumpy. I am a real beginner...taking my first course in C. I modified the program (see below) and now have a compiler error "declaration of 'time x' shadows a parameter. This has me stumped...
  4. Replies
    7
    Views
    2,201

    forward declaration error

    // code to solve elapsed time between two entered times

    #include <stdio.h>


    struct time
    {
    int hr;
    int min;
    int sec;
Results 1 to 4 of 4