Search:

Type: Posts; User: saadahmed42

Search: Search took 0.01 seconds.

  1. Segmentation fault - Progress

    Hi,
    I have implemented both of your suggestions.

    I have changed the names of the _m128 variables from x and y to m128x and m128y (per iMalc's suggestion.

    I am also now using the gcc...
  2. SSE programming - Segmentation fault and how to print m128 variables

    Hi,
    I have questions and issues specific to SSE optimization in C. My code is as follows:




    #include <stdlib.h>
    #include "xmmintrin.h"
    #include <stdio.h>
    #define NUM_ELEMS (32*1024)
  3. Replies
    10
    Views
    5,063

    Here is the gdb output. run 4:16:2 4:16:2...

    Here is the gdb output.


    run 4:16:2 4:16:2
    Starting program: cache 4:16:2 4:16:2
    Here

    After 3 arguments check.

    argc = 3
  4. Replies
    10
    Views
    5,063

    Bus Error at scanf - Corrected code, malloc not casted but still getting error

    Sorry, the correct code should be:

    <code>


    Sorry, the code should be:
  5. Replies
    10
    Views
    5,063

    Bus Error (Core Dumped) with sscanf

    I have a C program with the following structs and main function.




    struct Block {
    int tag;
    int valid;
    };
  6. Replies
    1
    Views
    1,923

    Email Encryption Library in C

    Are there any Email Encryption libraries/components in C?

    I am currently using see32 by Marshall Soft (www.marshallsoft.com) to send plain text emails using the SMTP protocol.


    I am looking...
  7. Replies
    3
    Views
    2,649

    Extract 1st page from file using C

    Hi,
    I am trying to figure out how to extract the 1st page from a pdf file using C. Once I have extracted it, I am going to save it into a new file. Can someone help me figure out how to do...
  8. Replies
    1
    Views
    5,307

    PDF creation library in C

    Hi,
    Is there a library in ANSI C for programmatically creating PDF documents?


    Saad
Results 1 to 8 of 8