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 SkipVought 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
  • 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.

    What is required to use CreateProcess?&nbsp;&nbsp;I use Dev-C++<br>compiler and the function is not documented.&nbsp;&nbsp;Does<br>it require a header?<br><br>Thanks.<br>Ed Martin
  4. 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
  5. emart

    redirction of stdout and "unredirecting"

    Thanks for your help SSingh,&nbsp;&nbsp;Could you look at my other question about exec, spawn, and system?&nbsp;&nbsp;I use Power C 2.2.1 which seems to be a DOS compiler.&nbsp;&nbsp;When I build a command string in C and try to submit it, am I limited to 128 characters because of the...
  6. emart

    exec, spawn and system.

    Help file?&nbsp;&nbsp;I use Power C 2.2.1 -- there is no help file nor a CreateProcess function.&nbsp;&nbsp;What compiler would you recommend that is not expensive?&nbsp;&nbsp;&nbsp;I work in WinNT and UNIX.&nbsp;&nbsp;My Power C still has the limits of DOS.&nbsp;&nbsp;<br><br>
  7. 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...
  8. 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...
  9. emart

    A word of advice

    I'm not a student.&nbsp;&nbsp;How about just answering the questions?&nbsp;&nbsp;<br><br>I have a new 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...
  10. emart

    Recommended books

    I bought MIX SOFTWARE C compiler that comes with an exceptionally good <br>book. The book and a little help from here is great!<br>
  11. 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