Search:

Type: Posts; User: nty777

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    473

    Please help (urgent)

    I am confused in general by this and would really appreciate some help.

    Create a struct called enemy which will contain information such as enemy health and damage, etc. (The user must be able to...
  2. Thread: Structs help

    by nty777
    Replies
    6
    Views
    4,784

    Structs help

    Ok so this may be an odd problem but here is what I need to accomplish.

    So, I have a struct called enemy


    struct enemy {
    int health;
    int damage;
    }
Results 1 to 2 of 2