CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arup Kr Goswami

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    2,495

    Re: How to create .com file

    Sir just to learn that how to create.
  2. Re: Use of _disable, _enable, intr in Borland C++ 5.5

    I want to deal with interrupts. How can i design the codes? Sir please suggest the topic to study from which i will get help.
  3. Use of _disable, _enable, intr in Borland C++ 5.5

    I want to use _disable, _enable, intr functions in C code, all are used to enable or disable interrupts. OS- windows 7, compiler- Borland C++ 5.5. I don't know the syntax.
    Kindly help, how to use...
  4. Replies
    6
    Views
    2,495

    Re: How to create .com file

    Sir, OS- Windows 7. Sir I want to create .com file of any C Source code file.
  5. Replies
    6
    Views
    2,495

    How to create .com file

    I want to create a .com file. I want to know the procedure, how to make a COM (.com) file from C source code file.
    Please suggest.
  6. Re: TSR programming- alternative of keep()

    Thank you Sir
  7. TSR programming- alternative of keep()

    Hello, in 16 bit DOS programming, keep() is used to resident a program in memory, but in 32 bit / 64 bit C compiler, how can I use this?If keep() does not work, then what is the alternative function...
  8. Re: Use of milli second / micro second / nano second in gcc

    I need a snippet that illustrates the use of nano second, micro second, milli second in gcc (Ubuntu, Linux).
    Please help.
  9. Re: Use of milli second / micro second / nano second in gcc

    Yah, I see all the links. Thanks.
    Actually I need a snippet that illustrates the use of nano second, micro second, milli second in gcc (Ubuntu, Linux).
    facing syntactical error.
  10. Re: Use of milli second / micro second / nano second in gcc

    Thanks.
  11. Use of milli second / micro second / nano second in gcc

    Hello,
    How can milli second / micro second / nano second be used in gcc platform? What is the process, syntax?
    Please help.
  12. Replies
    2
    Views
    4,738

    Re: Taking a string gcc platform

    Thanks Sir @Codeplug
  13. Replies
    2
    Views
    4,738

    Taking a string gcc platform

    Hello,
    I want to take a string in gcc (Ubuntu, Linux) platform but the taken string can't be shown in input screen. So, I hit the key in keyboard, but that is not shown in input screen. What is the...
Results 1 to 13 of 14





Click Here to Expand Forum to Full Width

Featured