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: *

  1. carrick1

    system() ignoring SIGINT

    Hi I have a C++ program that uses the system() function to execute a script. The function is called like. system(m_internal_cmd.c_str()); The problem is that the SIGINT signals are being ignored so when a user types CTRL-C on the command line the script does not quit. Is there any way of...
  2. carrick1

    C function displaying the timezone

    Hi I am looking at some code that uses ctime() to convert and display a UTC epoch time to an asci timestamp in the format "Wed Jun 30 21:49:08 1993\n" The output does not display the timezone. Is there a function I can use that does the same but will output something like: "Wed Jun 30...

Part and Inventory Search

Back
Top