Search:

Type: Posts; User: artitatt

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,140

    Quiting Program error...

    I'm trying to make a program that asks the user if they wish to quit. but Dev-C++ is giving me this error:

    27 C:\Dev-Cpp\GradeBook.cpp no match for 'operator>>' in 'std::cin >> q'

    here's the...
  2. Thread: Object error

    by artitatt
    Replies
    2
    Views
    960

    actually i think i see my error. void isn't...

    actually i think i see my error.
    void isn't defined. i should have written void Dog::Bark()
    Thanks
  3. Thread: Object error

    by artitatt
    Replies
    2
    Views
    960

    Object error

    I'm using g++ as the compiler and I'm trying to make a dog object and have it "bark".
    I get this error: explicit qualification in declaration of 'void Bark()'
    Here's the code:



    #include...
Results 1 to 3 of 3