Search:

Type: Posts; User: pepelepew

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    18,593

    function redefinition error

    hey guys,
    total newbie question here, but on this program I am writing I am, all of the sudden, getting an error saying "redefinition of 'show_all_passengers' ", and I'm not sure why this is...
  2. Replies
    5
    Views
    1,094

    i did, but i guess what i'm having trouble...

    i did, but i guess what i'm having trouble understanding is where the ' .o ' files are coming from. I was told we need to include a main.o, flight.o, and passenger.o when creating the make file,...
  3. Replies
    5
    Views
    1,094

    makefile question

    Hello,
    I am working on an assignment for class and one of the specifications is that "the program must be divided into the five files main.c, flight.c, flight.h, passenger.c, passenger.h, as well...
  4. Replies
    3
    Views
    5,135

    scanning numbers in files into arrays

    Hi guys,
    Can someone explain to to scan the contents of a text file into an array? For example, I have a text file with the numbers 4 34 64 23 and 73 in it, and I need to copy those numbers into an...
Results 1 to 4 of 4