Search:

Type: Posts; User: MG2610

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,564

    How to read file to array...help please

    Write a program that

    a. Opens the data file noisedata.txt and reads the dc, gt, and snr values into arrays. (You must use the
    exact file provided with the problem statement, including the text...
  2. Replies
    4
    Views
    1,314

    Okay I changed it around a little bit... ...

    Okay I changed it around a little bit...



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

    int main(void) {
    int x;
  3. Replies
    4
    Views
    1,314

    This is what I have so far, but I'm not sure...

    This is what I have so far, but I'm not sure where to go from here:



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

    int main(void)
    {
  4. Replies
    4
    Views
    1,314

    Very new to c programming and need help

    Hi,

    I am taking a required c programming class at school, and I feel like the projects are way over my head. This is only the second project, and I am unsure of how to start it. I'm not asking for...
Results 1 to 4 of 4