Search:

Type: Posts; User: jimblumberg

Search: Search took 0.04 seconds.

  1. Replies
    13
    Views
    1,267

    Since this is a C++ program this doesn't make any...

    Since this is a C++ program this doesn't make any sense. In a C++ program main() can't be called by any function, including main(). And even in a C program calling main() is considered a very very...
  2. Replies
    13
    Views
    1,267

    Also what is this? int main(); The...

    Also what is this?


    int main();

    The function main() doesn't need a prototype.

    Where did you implement your armour() and extras() functions?

    Why are you including the <dos.h> header...
  3. Replies
    13
    Views
    1,267

    So what kind of errors are you getting? What...

    So what kind of errors are you getting?

    What compiler are you trying to use?

    When you downloaded the IDE did you also download a compiler?

    Jim
Results 1 to 3 of 3