Search:

Type: Posts; User: jmc4518

Search: Search took 0.01 seconds.

  1. Oh, hah! Yeah, that was poor reading on my part....

    Oh, hah! Yeah, that was poor reading on my part.

    Okay, the program is working now. Thank you very much for your help. :)
  2. It appears to not be working. I changed the...

    It appears to not be working. I changed the relevant files to say:


    #ifndef _CONSTANTS_H
    #define _CONSTANTS_H

    extern const int MAX_ID_SIZE;
    extern const int FILE_BUFFER_SIZE;
    extern const...
  3. Oh, I see. I've never used the extern qualifier...

    Oh, I see. I've never used the extern qualifier before, so I was totally unfamiliar with that. Reading up on it now.

    It's strange that I would have to define these global constants in each of the...
  4. Multiple definition errors for seemingly no reason at all

    I don't know what to think, here. Basically, what I have are three constants stored in a header file, that my compiler (Dev C ver. 4.9.9.2) is telling me have multiple definitions. I have done...
Results 1 to 4 of 4