Search:

Type: Posts; User: juandy

Search: Search took 0.01 seconds.

  1. Thread: interrupt

    by juandy
    Replies
    4
    Views
    2,990

    interrupt

    How to call a dos interrupt ? I want to change the screen mode.
    I'm using DevC++
  2. Replies
    4
    Views
    2,068

    any solution ?

    Salem, do u have a better solution ?, what i intend to is to allocate memory above 64K , and the only thing i know is using farmalloc
  3. Replies
    4
    Views
    2,068

    farmalloc

    why does farmalloc always return NULL in my comp ?
  4. Replies
    4
    Views
    2,068

    _fmemset , it crashes, why?

    offscreen= (char *) farmalloc(64000u);
    _fmemset(offscreen,0,64000u);

    i've tried to debug and after executing the _fmemset statement it crashes
  5. Replies
    2
    Views
    2,618

    fflush didn't work

    I try to validate the kode inputs by using getche to validate each characters input,after that i ask the name {gets(nama);} instead of receiving input the program passes it.
    my codes:


    char...
  6. Replies
    3
    Views
    8,007

    pretty hard.......can u explain more about sprite...

    pretty hard.......can u explain more about sprite animation ?
    i'm still an amateur in graphics programming, do u know any site or tutorial ?
    Thanks for your help
  7. Replies
    3
    Views
    8,007

    how to make a racing 2d game

    hi....I want to write a 2d racing games (the simplest one) ...but i don't know where or how to start......i use borland c, I know a little about graphics....but i don't have any idea how the track...
  8. Thread: How to timing?

    by juandy
    Replies
    9
    Views
    2,850

    sorry i forgot to include stdlib.h

    sorry i forgot to include stdlib.h
  9. Thread: How to timing?

    by juandy
    Replies
    9
    Views
    2,850

    maybe it's your solution

    use this method :

    typedef unsigned short word;

    word start;

    float t1;

    word *my_clock=(word *)0x0000046C;
    /* this points to the 18.2hz system clock. */
  10. Thread: copy file

    by juandy
    Replies
    4
    Views
    2,934

    Man.....i'm so sorry for wasting your time...

    Man.....i'm so sorry for wasting your time thinking about my stupid code......i have found the reason why it didn't work...I forgot to close the file (fclose(temporer) and...
  11. Thread: copy file

    by juandy
    Replies
    4
    Views
    2,934

    copy file

    I intend to copy file, i'm using function fgets to get each record and then put it into the new file....but......it doesn't work the destination file contains nothing,

    ...
Results 1 to 11 of 11