Search:

Type: Posts; User: sunil21

Search: Search took 0.01 seconds.

  1. Thread: _Cdecl

    by sunil21
    Replies
    5
    Views
    1,780

    _Cdecl

    i have this somewhere
    " In __cdecl functions, arguments are pushed right to left and the caller is responsible for cleaning up the stack "
    What actually is it.
    Can we use _cdecl in out function...
  2. Thread: recursive main

    by sunil21
    Replies
    7
    Views
    3,523

    stack

    calling main recursively isnt bad but have an eye on the stack space you
    have (it doesnt matter but a big program may cause stack overflow
  3. Replies
    8
    Views
    11,946

    open the file in textmode initialialise a...

    open the file in textmode
    initialialise a counter.
    get ch using fgetc
    increment counter on each '\n


    int lines=0;
    char ch;
    fp=fopen("file.txt","r");
    while((ch=fgetc(fp))!=EOF)
  4. Replies
    1
    Views
    1,275

    executing files

    with out using system funtion is it possible to load a executable file in
    to memory and execute it from there (eg sr.exe )
    using inline asm
  5. Replies
    2
    Views
    951

    re

    i got a driver svgabg55.zip but dont see much documentation ?
  6. Replies
    2
    Views
    951

    modes in graphics

    Can any one tell me where can i find a tutorial or help on vesa programming.
    I would like to get resolution of 800x600 with atleat 256 colors
    plz help me
  7. Thread: video mode

    by sunil21
    Replies
    4
    Views
    4,164

    Plz

    I dont care about XP .
    I run all my Programs in 98 or DOS.
    is it possible to switch to 640x480 (256 colors) ?
  8. Thread: video mode

    by sunil21
    Replies
    4
    Views
    4,164

    video mode

    using interrupt how can i determine my curent graphics mode.
    (640 x480)
  9. Replies
    3
    Views
    11,490

    yes

    yes i include graphics.h
  10. Replies
    3
    Views
    11,490

    egavga.bgi problem

    I am running turbo c++ IDE .I am doing some programs in graphics.
    What i am currently doing is :
    in ide i copy egavga.bgi to bin folder and give the path as "" in initgraph.
    It is working except...
  11. Thread: picture

    by sunil21
    Replies
    1
    Views
    1,241

    picture

    when windows starts it shows a splash screen and loads the device in the background.Is it possible to show a picture in the the top half and restrict the console
    windows to the bottom half when...
  12. Thread: make file

    by sunil21
    Replies
    6
    Views
    1,250

    thanks

    Thanks everybody ..........
    I got a good and big tutorial about it from the gnu link given above
  13. Thread: char to int

    by sunil21
    Replies
    2
    Views
    1,008

    char to int

    how can i convert char to int
  14. Thread: make file

    by sunil21
    Replies
    6
    Views
    1,250

    Where can i find a tutorial about makefile

    Where can i find a tutorial about makefile
  15. Thread: make file

    by sunil21
    Replies
    6
    Views
    1,250

    make file

    what is a makefile and how can i use it
  16. Replies
    1
    Views
    1,778

    sector per track

    how can i know how much sectors are there in track of a floppy sic
  17. Replies
    2
    Views
    1,767

    format ? what i am currently doing is ,open a...

    format ?
    what i am currently doing is ,open a file in binary mode then using either biosdisk or absread , write to the file .
    biosdisk-i am reading 18 sectors at a time
    absread -i am using a...
  18. Replies
    2
    Views
    1,767

    1.44mb image to 2.88mb image

    I am currently working on a program to create floppy disc images
    *How can I convert a 1.44 mb image to 2.88 mb image
    *what all changes should i make
  19. Replies
    2
    Views
    1,618

    running program in the background

    in windows we have 'start ' which help us to run programms minimised .Is there any c program by which i can run a program
    in the background in MSDOS.
Results 1 to 19 of 19