Search:

Type: Posts; User: alex0486

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,668

    And that is all of them.

    And that is all of them.
  2. Replies
    7
    Views
    2,668

    Here is the third file: naivepq.h const int...

    Here is the third file:
    naivepq.h


    const int MAX_JOBS = 100;

    /* User-defined type definitions */
    typedef char string80[81];

    /* define jobtype enumerated type and job struct below. */
  3. Replies
    7
    Views
    2,668

    Here is the second file: printq.cpp ...

    Here is the second file:
    printq.cpp


    #include <iostream>
    #include <cstdlib>
    #include <fstream>

    #include "naivepq.h"
  4. Replies
    7
    Views
    2,668

    Here is the code: First file: File: naivepq.cpp...

    Here is the code:
    First file:
    File: naivepq.cpp



    #include <string>
    #include <iostream>
    #include <iomanip>
    #include "naivepq.h"
  5. Replies
    7
    Views
    2,668

    Heres a little background info. Compiler: GNU...

    Heres a little background info.

    Compiler: GNU g++ (not sure what version)
    OS: Unix
    I am on using a telnet client to access my school's unix server.
  6. Replies
    7
    Views
    2,668

    Need help quick, compiler/file problem.

    Hey guys,
    I just finished coding my first program in c++ and now I am getting this error when I try to run the executable file:


    ld.so.1: printqexe: fatal: libstdc++.so.5: open failed: No such...
  7. Replies
    5
    Views
    919

    Need Quick Help with 2 Syntax Errors

    Hey guys, I have 2 syntax errors in my code and I can't for the life of me figure them out. I'm not that great at C yet, but I hope to be soon.

    So without further adue:

    program6.c: In function...
Results 1 to 7 of 7