Search:

Type: Posts; User: aniramg69

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    13,870

    Thank you BobS0327. You were very kind and...

    Thank you BobS0327.
    You were very kind and helpfull!

    Happy New Year for all!!!
  2. Replies
    10
    Views
    13,870

    BobS0327, thanks a lot for your reply!!! Can...

    BobS0327,
    thanks a lot for your reply!!!

    Can I ask one more thing?
    it is given that the image is 24 bit.
    do we really need the palette information, and why?

    thanks again...
  3. Replies
    10
    Views
    13,870

    Please, I dont get it... I changed my code to...

    Please, I dont get it...
    I changed my code to this


    int save_image(IMAGE *image, char name[])
    {
    FILE *fp;
    int i, rowsize;
    byte temp;
    unsigned int row, col, colour;
  4. Replies
    10
    Views
    13,870

    thank you for your reply! but, can you explain...

    thank you for your reply!
    but, can you explain to me why am I writing garbage?
    what should I write???? any ideas???

    thanks again...
  5. Replies
    10
    Views
    13,870

    saving bmp image files

    Hello!

    I need your help for a problem. I have to save an image file - it is a bmp 24-bit file.
    I wrote some code but when I try to execute I get the message
    "12 [main] bmpengine 2532...
  6. Replies
    10
    Views
    6,542

    Suppose Port 1: there are cars waiting for the...

    Suppose

    Port 1: there are cars waiting for the ferry: A, B, C, D, E

    the ferry "STACK" comes in and lets say its capacity is 2 - so car A gets in and then car B. The ferry sails and reaches...
  7. Replies
    10
    Views
    6,542

    I've made some improvements to the code BUT the...

    I've made some improvements to the code
    BUT the result is not what I want...

    here it is

    I'd appreciate some real help...
    thanks
  8. Replies
    10
    Views
    6,542

    Yes, that's how we've been told to build them......

    Yes, that's how we've been told to build them...
    So, we must follow the rules!

    Thanks.
  9. Replies
    10
    Views
    6,542

    linked lists, stacks and queues

    Hello!
    I don't know if you can help me but I've got an assignment that I can't solve.

    Suppose we have 2 ferry boats, S and Q (stack and queue implementation). We have to build a program with the...
Results 1 to 9 of 10