Hi Guys,<br>How do I execute <Ctrl> characters in C-program<br>e.g CTRL-E, or CTRL-D etc.....<br>What symbols would I send to exec or system command<br>for say CTRL-E<br>thanks<br>Anna<br><br>
Hi guys,<br>I have used the stat() function for "file.txt" to get one of its variables (st_mtime) - showing when file was last modified in seconds since Jan 1, 1970 00:00:00UTC<br><br>Because it is in seconds I cannot see what the Day,Month,Year...etc.<br>Is their a function that...
Hi guys,<br>I have used the stat() function for "file.txt" to get one of its variables (st_mtime) - showing when file was last modified in seconds since Jan 1, 1970 00:00:00UTC<br><br>Because it is in seconds I cannot see what the Day,Month,Year...etc.<br>Is their a function that...
Hello Guys,<br>I am experimenting with Socket programming. Wrote code for a Small WebServer serving text/html pages only.<br><br>However would like to be able to run ".cgi" (cgi script) files and capture Output and store into a file.<br><br>Would anybody have an idea of how I could...
Hello folks,<br>My problem is when I try and create a socket I get error undefined symbol socket.<br>I am sure the include files are correct.... (Unix platform)<br>What could be wrong ?<br><br><br><br><br>#include <sys/types.h><br>#include...
<br>Hi all,<br>Anbybody that can help, if I am reading input from STDIN, how is an EOF determined.<br>And can I resume to the next program line after an EOF is reached.<br><br> ..<br> ..<br> while ((ch = fgetc (stdin)) !=...
Hi folks,<br>Anybody that can help ?<br>How do I execute a command in C and place contents<br>in a string for manipulation.<br><br>e.g wc <file> <br>(does a wordcount of file and outputs to stdout)<br><br>I don't want to redirect to a file, I would like to redirect to a string...
Hello Gentlemen, Ladies,<br><br>Not sure if you can help me ?<br>I am trying to reference items in a structure within a structure. And also allocating memory with "malloc".<br><br>Please see I have created a Structure (word_entry) , and then created another Structure (Node) which...
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.