Search:

Type: Posts; User: KoRn KloWn

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    4,130

    Here's my working code: #include ...

    Here's my working code:



    #include <stdio.h>

    int main() {
    FILE *listings, *file;
    listings = fopen("homelistings.csv", "r");
    while(!feof(listings)) {
  2. Replies
    3
    Views
    4,130

    Oh, geeze, I feel REALLY dumb now... I didn't...

    Oh, geeze, I feel REALLY dumb now... I didn't close any of my files -_- I'm pretty new to C, but I know some Python, and I knew in Python you have to close the files you open, I should have realized...
  3. Replies
    3
    Views
    4,130

    Segmentation fault (core dumped)

    I'm having a problem with a homework assignment, we have to write a program that opens a csv file with address information, and then it creates a new file for each zip code, and writes the addresses...
Results 1 to 3 of 3