Search:

Type: Posts; User: dmag0006

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    16,168

    This is my header file #define FILENAME...

    This is my header file




    #define FILENAME "drivers.dat"

    typedef struct Driver
    {
    char drivername[25];
  2. Replies
    10
    Views
    16,168

    I fixed the main. I think you're referring to...

    I fixed the main.

    I think you're referring to the header file, if so it's already there (just in the header file).

    As for the Linux, I tried being as clear as possible ;]
  3. Replies
    10
    Views
    16,168

    Thanks! This is the error below, ...

    Thanks! This is the error below,

    1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
  4. Replies
    10
    Views
    16,168

    Database using C

    Hi! I have an assignment and need to do database using C. I tried starting it and this is what I came up with so far. I'm still a beginner but I tried indenting it as well as I could (sorry if it's...
  5. Replies
    2
    Views
    5,918

    Roulette Program Problem

    Hi, I had to create a roulette program using C. My knowledge related to programming is close to zero (7 lectures in total) so I would kindly ask you to be as basic as possible when posting a reply....
Results 1 to 5 of 5