Search:

Type: Posts; User: r3zaneo

Search: Search took 0.01 seconds.

  1. Thread: fopen

    by r3zaneo
    Replies
    5
    Views
    1,235

    my problem is this line //a[j] = i;

    my problem is this line


    //a[j] = i;
  2. Thread: array program

    by r3zaneo
    Replies
    3
    Views
    1,013

    well i removed all comments. right now i have...

    well i removed all comments. right now i have only these two errors
  3. Thread: array program

    by r3zaneo
    Replies
    3
    Views
    1,013

    array program

    where are these errors

    12240


    #include<stdio.h>
  4. Thread: fopen

    by r3zaneo
    Replies
    5
    Views
    1,235

    these are the errors i get 12238

    these are the errors i get

    12238
  5. Thread: fopen

    by r3zaneo
    Replies
    5
    Views
    1,235

    fopen

    where should i save my data2.txt file so Xcode can open it.

    i dont know why Xcode tells me the program is fine but in quincy 2005 i get errors

    this program has to get 50 integers numbers and...
  6. Thread: add an array

    by r3zaneo
    Replies
    4
    Views
    865

    where should i place the file to read or open

    where should i place the file to read or open
  7. Thread: add an array

    by r3zaneo
    Replies
    4
    Views
    865

    add an array

    How make this array to read 50 integers numbers

    I appreciate your help

    thanks

    #include <stdio.h>

    int
    main (void)
  8. Replies
    4
    Views
    3,413

    thanks but i should write this program with C...

    thanks but i should write this program with C language
  9. Replies
    4
    Views
    3,413

    conio.h header file

    i try to run this code with Xcode.

    but Xcode does not recognize this header conio.h




    #include<stdio.h>
    #include<conio.h>
  10. THE CORRECT PROGRAM :) #include...

    THE CORRECT PROGRAM :)




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


    int main(void)
  11. i found the problem. The program is working now.

    i found the problem. The program is working now.
  12. variable declarations and arithmetic expressions

    ask the user for 4 integer values

    5. The quotient (real, with decimals) of the square root of the
    sum of the squares divided by the sum of all the numbers.

    the program runs all other...
  13. Replies
    4
    Views
    628

    thanks

    thanks
  14. Replies
    4
    Views
    628

    thanks it works now :)

    thanks
    it works now :)
  15. Replies
    4
    Views
    628

    selection statment

    try to run a program that if a number is bigger than 0, it state it is positive if not state negative

    my program has a problem on
    else part

    how can i fix it

    thanks in advance
  16. Replies
    4
    Views
    16,341

    thanks :)

    thanks :)
  17. Replies
    4
    Views
    16,341

    Header File process.h

    I wrote this program and my teacher wont accept this because i used
    #include<process.h>. How can i make this program run without this header.
    Can i replace it with something else




    #include...
  18. Replies
    5
    Views
    1,891

    Thanks

    Thanks
  19. Replies
    5
    Views
    1,891

    where is the problem?

    after i run the program, when i enter an integer number it asks me to calculate V for velocity or T for time but when i enter v or t id does not accept it




    Write a complete C program that...
Results 1 to 19 of 19