Search:

Type: Posts; User: vunwe

Search: Search took 0.00 seconds.

  1. thanx for help

    thanx for help
  2. hello

    hello
  3. ive fixed it

    ive fixed it
  4. It does read. 100 values form data.txt,my problem...

    It does read. 100 values form data.txt,my problem is assigning them into an array
  5. Reading values from a file and storing them in an array

    #include<stdio.h>
    int main()
    {
    int i,j,k,l;
    char in;
    FILE*fp;
    float array[500];
    fp=fopen("input.txt","r");
    if(fp==NULL)
    {
Results 1 to 5 of 5