Search:

Type: Posts; User: Lisa91

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    3,334

    I'm talking about your algorythm. Is the whole...

    I'm talking about your algorythm. Is the whole algorythm about copying?
  2. Replies
    17
    Views
    3,334

    Could you look at the algorythm please? The more...

    Could you look at the algorythm please? The more I look at it, the more doubts I have.
  3. Replies
    17
    Views
    3,334

    I want to know how many numbers there are in the...

    I want to know how many numbers there are in the file by adding spaces.
  4. Replies
    17
    Views
    3,334

    What do you mean by the actual element of b[z]? I...

    What do you mean by the actual element of b[z]? I want the output file to show all elements of b[z].

    Could you explain in your own words why feof is bad for loop controlling?
  5. Replies
    17
    Views
    3,334

    I open a file with numbers. Then I count how many...

    I open a file with numbers. Then I count how many numbers there are in the file. Then goes the prime factorisation. The programme should show the prime factorisation in the 'output' file.

    I...
  6. Replies
    17
    Views
    3,334

    Here's the whole code: #include ...

    Here's the whole code:

    #include <math.h>
    #include <stdlib.h>
    #include <stdio.h>



    int main()
    {
  7. Replies
    17
    Views
    3,334

    programme, prime factorisation

    Hey! I'm a complete beginner and I want to write a programme which does the prime factorisation of numbers. The numbers are in a file. The prime factorization should be in a new file. I have written...
Results 1 to 7 of 7