Search:

Type: Posts; User: Kurse

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,997

    Thanks Matticus that helped a lot. I was googling...

    Thanks Matticus that helped a lot. I was googling how memcpy() works in C and I got no results
  2. Replies
    3
    Views
    5,997

    How does memcpy() work?

    I know when to use it like assigning values between arrays, but how does it work on the inside. If you could show in some more code that would be awesome thanks!
  3. Replies
    7
    Views
    2,959

    Thanks a lot. That makes a lot more sense to me,...

    Thanks a lot. That makes a lot more sense to me, and now I now of some alternatives which I had been looking for.
  4. Replies
    7
    Views
    2,959

    Strange maybe my compiler is out of date or...

    Strange maybe my compiler is out of date or something.
    I am doing gcc test.c -o test and that works fine.
    I did do what you said and it works now. Strangeness everywhere.
  5. Replies
    7
    Views
    2,959

    So Matticus why does it work in linux and not...

    So Matticus why does it work in linux and not windows? The code is also directly from the book and only has problems in windows.
  6. Replies
    7
    Views
    2,959

    Functions and structures in C

    Hello everyone. I have been reading "The C Programming Language", and one of the examples seems to not work for me. At least it doesn't work in windows. In linux it works fine, but in windows the...
Results 1 to 6 of 6