Search:

Type: Posts; User: akhitesh

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,590

    debug and assembly programming

    Hello,
    Can any one provide me information on how to use debug.exe in dos to do assembly programming.

    On command prompt type debug/?. This will provide list of option which can be used in debug...
  2. Replies
    3
    Views
    876

    Hi If you are using Turbo/Borland C,...

    Hi

    If you are using Turbo/Borland C, change the memory model.


    The IDE provides this facility.

    Go to OPTION - COMPILER - CODE GENERATION

    Change the memory model...
  3. Replies
    2
    Views
    1,027

    communication with i/o port

    Hi,
    Please inform me, how i can communicate to i/o port using functions provided by window's.

    Thanks
  4. Replies
    4
    Views
    1,998

    Hi, I also had the same problem. The...

    Hi,
    I also had the same problem. The solution is to use fflush(stdin) before the getchar().
    I hope this will solve your problem.

    Happy coding
    ...
  5. Read/Write a excel file using C program & OS is DOS

    hello ,
    i want to accomplish the following tasks in c/c++ using DOS as OS.

    1. create an new excel file in runtime without opening the excel
    application

    2.reference any particular cell in a...
Results 1 to 5 of 5