Search:

Type: Posts; User: Yobbo

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,958

    excellent.

    excellent.
  2. Replies
    3
    Views
    2,958

    Header File Arrays

    I'm having problems declaring arrays in my .h file for my .c file.

    upon compiling in linux using gcc i get:


    In file included from src/n5441137.c:9:
    include/component.h:27: `f' undeclared...
  3. Replies
    9
    Views
    3,514

    thank you for the answers; makes sense now.

    thank you for the answers; makes sense now.
  4. Replies
    9
    Views
    3,514

    A second time...

    And now for some real questions, on pointer logic.

    Q1:
    In the main sub I declare & initialize a double pointer (*Comptr) to NULL, as well as a struct component array which will hold all the data...
  5. Replies
    9
    Views
    3,514

    do'h! thanks

    do'h!

    thanks
  6. Replies
    9
    Views
    3,514

    code help required

    I cant get this code to compile on jfe/gcc for windows. The compiler says "parse errror before the '=='" in the while(feof(iFile)) ==0) line, and "warning: assignment to `long int *' from `bool'...
Results 1 to 6 of 6