Search:

Type: Posts; User: jasminn

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,864

    I am writing in c, I have come to the...

    I am writing in c,

    I have come to the conclusion that i should quit life and form a suicide pact with everyone else who is going to fail this assignment.

    P.s With the code i posted, i have...
  2. Replies
    6
    Views
    1,864

    #include "stdafx.h" #include int...

    #include "stdafx.h"
    #include <stdio.h>


    int
    main(void)
    {
    FILE *fp ;
    char ch ;
    fp = fopen ( "input2a.dat", "r" ) ;
  3. I have a vague idea and i'm working through it...

    I have a vague idea and i'm working through it but my university does not provide a very good computer class for us mech eng students so i'm more or less looking for someone to tell me where i can...
  4. Replies
    6
    Views
    1,864

    alphabetizing an input file?

    Hi i'm new to programming and would like to alphabetize my input file

    i have a list of names

    henry
    james
    etc
    ...

    but i cannot find any reputable information and my tutors are very bad
  5. yeah i thought it might, but i forgot people on...

    yeah i thought it might, but i forgot people on here are smarter than the average bear
  6. Is anyone smart enough to complete this or tell me what it means

    Your program will read two data files, set up in the same folder as was done for the first assignment. These data files are called input2a.dat and input2b.dat.
    You program should have the following...
Results 1 to 6 of 6