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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.