Search:

Type: Posts; User: Shelley Tong

Search: Search took 0.01 seconds.

  1. Why did the value of my void pointer change?

    I have a the following in a header file.


    struct SortedList
    {
    void * data;
    struct SortedList * next;
    struct SortedList * previous;
    int (*compareFunc)(void *, void *);
    void...
  2. Replies
    19
    Views
    31,791

    Thank you! You're my savior.

    Thank you! You're my savior.
  3. Replies
    19
    Views
    31,791

    i'm stumped.. i downloaded from the mingw website...

    i'm stumped.. i downloaded from the mingw website once AGAIN. and redid all the instructions given on the website but it still doesn't work..
    yet it seemed to work on my pc (this is my labtop)....
  4. Replies
    19
    Views
    31,791

    i'll try to find another source to install from...

    i'll try to find another source to install from then.
  5. Replies
    19
    Views
    31,791

    you're right. i just searched and couldn't find a...

    you're right. i just searched and couldn't find a file that has gcc with a .exe attached to it.
  6. Replies
    19
    Views
    31,791

    Yes, when I go into the MinGW folder and then...

    Yes, when I go into the MinGW folder and then click on "bin", there are many files. Could I be missing something within that file?
  7. Replies
    19
    Views
    31,791

    I'm not sure what you mean by directory but I...

    I'm not sure what you mean by directory but I found the MinGw file.
    Perhaps, these pictures will give better insight to my problem: MinGW Problem - a set on Flickr
  8. Replies
    19
    Views
    31,791

    I did try again more than once but it still...

    I did try again more than once but it still doesn't work..
  9. Replies
    19
    Views
    31,791

    When I searched, I typed in "gcc.exe" and it got...

    When I searched, I typed in "gcc.exe" and it got no results.
    Was that what I'm supposed to type to search for it?
    Sorry, I'm a newbie here.
  10. Replies
    19
    Views
    31,791

    It's currently searching. But I'm confused...

    It's currently searching. But I'm confused because when I installed it onto my home computer, it worked.
    I just got a new labtop and I'm trying to install it here now. Could this be a reason why?...
  11. Replies
    19
    Views
    31,791

    Just checked: No, it's not. How do I add it?

    Just checked: No, it's not. How do I add it?
  12. Replies
    19
    Views
    31,791

    MinGW Problem: Why doesn't gcc work?

    I've already downloaded MinGW but when I go to command prompt and type in gcc, it says "gcc is not recognized as an internal or external command, operable program, or batch file."

    I also added...
Results 1 to 12 of 12