Search:

Type: Posts; User: kizyle502

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,881

    pthread_exit()

    The code i have below is supposed to simulate different scheduling algorithms. I am having a problem that when one of the threads finishes and exits none of the other threads will continue to run...
  2. Replies
    1
    Views
    1,914

    Calling a function inside a function

    i have the following code and the compiler is throwing error C2371: 'drawgraph' : redefinition; different basic types; on the header line of drawgraph(). I am relatively new to C so are you even...
  3. Replies
    4
    Views
    1,531

    That's how i would normally do it but it is a...

    That's how i would normally do it but it is a project for a class. Should my function have its own main then?
  4. Replies
    4
    Views
    1,531

    execve() and the compiler

    I have a main and another function in two different .C files and when i try to compile the function.c it gives me the error "undefined reference to main". How do i compile function() so that i get...
  5. Replies
    5
    Views
    3,126

    input using scanf()

    I am trying to use scanf() to read in input someone types to the command line after the program is running. The problem i am running into is i need multiple different forms of input. For example they...
Results 1 to 5 of 5