Search:

Type: Posts; User: mattbrrtt

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    3,978

    mmap() function - Linux

    I am trying to access specific memory locations and return the value at that location (read a status register). My code does not return the expected value when executed.

    I am running this on a...
  2. Replies
    2
    Views
    5,507

    The mount function

    Hello,

    Can anyone help me with this?

    This is the code:

    ret = mount(DEVICE_FILE, MOUNT_DIR, "vfat", MS_MGC_VAL, NULL);

    I have all of the values figured out except MS_MGC_VAL. It is an...
  3. Replies
    0
    Views
    1,609

    Error with compilation

    I am using Visual Studio 6.0 to compile this program. When I compile I get an error stating that there are unresolved external variables. I cut my code, started a new workspace and pasted my code in...
  4. Thread: header files

    by mattbrrtt
    Replies
    5
    Views
    1,510

    The header file is in the same directory as the c...

    The header file is in the same directory as the c source code.
  5. Thread: header files

    by mattbrrtt
    Replies
    5
    Views
    1,510

    header files

    Hello,
    I am usnig Windows98 and Visual studio 6.0 programming in C.

    The assignment that I am working on has the requirement to use a header file that we create and include in the c code. I have...
  6. Replies
    7
    Views
    1,498

    I understand what Garfield has posted. It makes...

    I understand what Garfield has posted. It makes sense and I think that I have a similar example. I didn't recognize the problem that I have, and what all of the possible solutions are, given the...
  7. Replies
    7
    Views
    1,498

    Returning arrays from a function

    I am trying to return a pointer address to my main function but it isn't working. I am using Windows 98, Visual Studio 6.0 and making my program for a win 32 console application. I have put the...
Results 1 to 7 of 7