Search:

Type: Posts; User: GMHummerH1

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    4,064

    my compiler says this error: g++ -g run.x...

    my compiler says this error:
    g++ -g run.x connectfour.cpp && ./run.x
    connectfour.cpp: In function `int main()':
    connectfour.cpp:29: implicit declaration of function `int system(...)'


    I am on...
  2. Replies
    2
    Views
    1,215

    Copy Function changing value?

    Ok the result of my copy function is weird. For people going to look at it. I am using an array of records where everything stored is in the same array. So if i put in 3 and 2 as one set then 4 and 7...
  3. never mind guys I figured this out For those...

    never mind guys I figured this out

    For those of you who are interested what I did was I changed the following

    the includes in my .h file is now:

    #include <iostream>

    and my declaration of...
  4. Compile errors with overloading >> operators

    I do not understand why my compiler is saying:
    type specifier omitted for parameter

    FULL COMPILE ERRORS:
    Terms.cpp:12: type specifier omitted for parameter
    Terms.cpp:12: parse error before `&'...
  5. Replies
    7
    Views
    1,057

    yah this is my only my first semester of sophmore...

    yah this is my only my first semester of sophmore year programming so I learned the hard way. Does anyone know atleast what the compile errors mean?
  6. Replies
    7
    Views
    1,057

    Text Files

    Yup no problem here are the attached text files
  7. Replies
    7
    Views
    1,057

    Problem with compiling

    Well this is just really frustrating
    My program didnt work to the way I am designing it to but I was just going through the test stages to get all my functions working.

    Well when I finally got my...
Results 1 to 7 of 7