Search:

Type: Posts; User: c_beginner

Search: Search took 0.01 seconds.

  1. have gone through and corrected the grammar but...

    have gone through and corrected the grammar but am still having the same problems:



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

    int main ()
  2. thanks for replying, since i posted i did a bot...

    thanks for replying, since i posted i did a bot more work on it, but i seem to using a different method than you this is what i have:
    #include <stdio.h>

    main ()
    {

    int *inf_ptr;
    int...
  3. reading integers into arrays from text files

    hi, am just starting to learn the c language and have just come accross arrays; im designing a program that will read integers from a text file then hold the values into arrays and finaly add them...
Results 1 to 3 of 3