Search:

Type: Posts; User: ucs

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    954

    LOL It turns out I got the error because I didn't...

    LOL It turns out I got the error because I didn't have a driver program. :p
  2. Replies
    3
    Views
    954

    For sure, there's nothing wrong with LQueue.C and...

    For sure, there's nothing wrong with LQueue.C and LQueue.h because I've tested those separately.
  3. Replies
    3
    Views
    954

    Simulation.C #include // istream,...

    Simulation.C


    #include <iostream> // istream, ostream, >>, <<
    #include <cstdlib> // rand(), srand()
    #include <ctime> //time()
    using namespace std;

    #include "Simulation.h"
  4. Replies
    3
    Views
    954

    compilation error message

    Hi, any help will be much appreciated.

    I'm compiling with the command:
    g++ -Wall -o LQueue.C Simulation.C

    The message I get is:
    Undefined first referenced symbol in file main

    Simulation.h
Results 1 to 4 of 4