Search:

Type: Posts; User: komalwaseem

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,282

    Semaphores and threads

    I'm trying to run this code on fedora but it gives me an error for the commands being run in main saying they're undefined:
    here's the code:




    #include<pthread.h>
    #include<stdio.h>
    ...
  2. Replies
    6
    Views
    9,764

    actually im completely new with C++ and we've not...

    actually im completely new with C++ and we've not been taught what you just mentioned above so I would prefer to work with program written above but can you please help me with the formula ..I really...
  3. Replies
    6
    Views
    9,764

    ya i've already read that but still got stuck on...

    ya i've already read that but still got stuck on this program.....


    // This program calculates sin(x) and/or cos(x) of the value input by the user.


    #include <iostream.h>

    void main ()
  4. Replies
    6
    Views
    9,764

    how do I use the loop ..????

    how do I use the loop ..????
  5. Replies
    6
    Views
    9,764

    writing a formula in C++

    How do we allow a program to calculate the the sin of a number input by the user using the formula-- sin(x) = x - X^3/3! + x^5/5! - x^7/7! + x^9/9! ..... to the number of terms also input by the...
Results 1 to 5 of 5