Search:

Type: Posts; User: nvoigt

Search: Search took 0.05 seconds.

  1. Replies
    15
    Views
    5,915

    Without a main function, I doubt anything is...

    Without a main function, I doubt anything is running. What does your new code look like? What is the output and if it's not the desired output, what is the output you expected instead?
  2. Replies
    15
    Views
    5,915

    This is not your first project. How about looking...

    This is not your first project. How about looking it up in your other projects that compiled?
  3. Replies
    15
    Views
    5,915

    Your "show_student()" method is missing a closing...

    Your "show_student()" method is missing a closing brace, which you would have found yourself if the code were properly indented.

    Decide if you want to program C or C++.
    Indent your code.
    Drop...
Results 1 to 3 of 3