Search:

Type: Posts; User: une

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,237

    Thanks. I have not used threads before but had an...

    Thanks. I have not used threads before but had an idea that I may need to use them to solve this problem. I was hoping to work out a solution without using threads.
  2. Replies
    3
    Views
    3,237

    Input statement problem

    Hi,
    Consider the following code;

    #include <signal.h>
    #include <stdlib.h>
    #include <stdio.h>
    #include <curses.h>

    int number = 1;
    void quitter(void);
Results 1 to 2 of 2