Search:

Type: Posts; User: Aj Zeek Wallace

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,304

    line 54, 56, 58, and 60 are pointers, which is an...

    line 54, 56, 58, and 60 are pointers, which is an address, i believe all you need is


    printf("Length of room (feet)? ");
    scanf("%d", Length);
    printf("\nWidth of room (feet)? ...
  2. Read 24 bit bmp picture and decode to new picture. Segmentation fault problem!

    I am running in to a segmentation fault 11 with this program. The assignment is to read in a bmp file, store it as an array of structures, then apply a [3][3] matrix wiht scaler values to each pixel...
Results 1 to 2 of 2