Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: emart
  • Content: Threads
  • Order by date
  1. emart

    data entry screen

    I'd like to see a program that is an expamle of how to build a data entry screen. If it is a large program I can post my e-mail address. I'm just trying to learn how to do it. Thanks, Ed
  2. emart

    debugger

    Can someone recommend a "generic" debugger. I have read docs on "gdb" debugger. I don't understand it at all. Can you recommend an easier debugger? Does it work with all compilers? Ed Martin
  3. emart

    Run in WinNT w/o a DOS window.

    I wrote a program to call SAS.EXE via the system function.&nbsp;&nbsp;However, we do not want it to open a DOS window.&nbsp;&nbsp;Is there a simple way to avoid the DOS window.&nbsp;&nbsp;SAS does it's own<br>windows.<br><br>Thanks,<br>Ed Martin
  4. emart

    C language to submit a batch file.

    <br>I have a C question.&nbsp;&nbsp;I've read many descriptions of the EXECL function but I don't get it!&nbsp;&nbsp;One book defines it this way:<br><br>execl(filename, arg0, [arg1, ...argn, NULL)<br><br>&nbsp;&nbsp;&nbsp;filename = string containing the name of program to...
  5. emart

    exec, spawn and system.

    I've read many descriptions of the EXECL function but I don't get it!&nbsp;&nbsp;One book defines it this way:<br><br>execl(filename, arg0, [arg1, ...argn, NULL)<br><br>&nbsp;&nbsp;&nbsp;filename = string containing the name of program to execute.<br>&nbsp;&nbsp;&nbsp;arg0 = first string on the...
  6. emart

    redirction of stdout and "unredirecting"

    <br>I have some frequent and simple C questions like the one below.&nbsp;&nbsp;Are they appropriate for this forum? <br><br>Are there disadvantages to redirecting standard output to a file?&nbsp;&nbsp;And How do I undo the redirection so I can print to the screen again later in the...

Part and Inventory Search

Back
Top