Search:

Type: Posts; User: Shadowhunt

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,109

    Assembly(Problem)Hurrry

    I want to get a code :: In Assembly language=>

    Quest=> Disable any Key of Keyboard as user wants

    +

    recover it also.
    ...
  2. Example related to Gui probl (Compilation error)

    Code Compiled from Comand line.....
    # include <graphics.h>
    # include <conio.h>
    void main()
    {
    int driver=DETECT,mode;
    initgraph(&driver,&mode,"..\\bgi");
    setfillstyle(SOLID_FILL,RED);...
  3. Replies
    1
    Views
    1,823

    Modem Communication problem

    How can we detect an in-comming phone call using PC's modem .
  4. Replies
    1
    Views
    2,243

    Gui Programme does'nt Compiles from DOS

    Actually I have made C++ programme .The programme is using simple graphics functions. I want to Compile it from dos (cmd) using Tcc compiler(by writing command ). but when i compile it, it gives...
  5. Simple C++ GUI programme does'nt run from dos

    Actually I have made programme in C++ .The programme is using graphics functions. I want to Compile it from dos (cmd) using Tcc compiler. but when i compile it, it gives me linker errors ...
Results 1 to 5 of 5