Search:

Type: Posts; User: justins

Search: Search took 0.01 seconds.

  1. Thread: 3 x 3 loop

    by justins
    Replies
    1
    Views
    993

    3 x 3 loop

    int img4[IMG_SIZE][IMG_SIZE] =
    { 16, 16, 220, 16, 1, 16,
    16, 87, 16, 16, 215, 16,
    16, 16, 16, 5, 16, 16,
    128, 128, 56, 128, 128, 128,
    128, 198, 128, 128, 128, 32,
    ...
  2. Replies
    6
    Views
    2,740

    having a core dump

    the first code is iterate thu numbers and it works fine. when it come to strings it generate core dump although both of them using same algorithm. the different is just the type.
    And i cant detect...
  3. Replies
    1
    Views
    4,401

    External merge sort

    I hv to implement external merge sort using Solaris specific library functions like open(), close(), etc

    - run with a specified buffer
    Each buffer can store two records. For example, a...
  4. Replies
    3
    Views
    1,303

    Fixed Length Binary I/O

    I have 2 integer in my structure


    struct{
    int a;
    int b;
    }

    i hv to write a fixed length binary format in a text file. but what i dont understand is how to do this particular problem....
  5. Replies
    5
    Views
    1,265

    you can refer to this

    typedef struct productNode * pNPtr;

    typedef struct productNode{
    char brand[PRODUCT_BRAND_MAX + 1];
    char name[PRODUCT_NAME_MAX + 1];
    unsigned price; /* Stored in cents (not dollars)....
  6. Thread: clear buffer

    by justins
    Replies
    5
    Views
    16,632

    i'll try the code... but i have to use...

    i'll try the code...

    but i have to use readRestOfLine() to clear the buffer....
  7. Thread: clear buffer

    by justins
    Replies
    5
    Views
    16,632

    i already see the code but i don't want the...

    i already see the code but i don't want the program halt
  8. Thread: clear buffer

    by justins
    Replies
    5
    Views
    16,632

    clear buffer

    i havin problem to clear the buffer this is the following condition

    Prompts being printed multiple times or your program "skipping" over prompts because left over input was accepted automatically....
Results 1 to 8 of 8