Search:

Type: Posts; User: hs101

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,637

    Thanks for your help! This fixed my problem.

    Thanks for your help! This fixed my problem.
  2. Replies
    9
    Views
    2,637

    My professor hinted that i can use malloc() to...

    My professor hinted that i can use malloc() to make this possible:

    "When the array size is large, allocating the array as static one may cause segmentation
    error. You can use malloc() to allocate...
  3. Replies
    9
    Views
    2,637

    Sorry about the coding format, I will fix it next...

    Sorry about the coding format, I will fix it next time. My instructor required me to make N=1024. Is there anything i can do to make this work?

    Edit: Also changing N to 32 does indeed make the...
  4. Replies
    9
    Views
    2,637

    Segmentation fault (core dumped) in #c?

    This is my first time writing in C and I'm trying to compile and run a program in C that is supposedly standard code for dense matrix multiplication. However i'm getting this segmentation fault (core...
Results 1 to 4 of 4