Search:

Type: Posts; User: AdamantiumWulf

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,882

    if the number wasn't constant would you use...

    if the number wasn't constant would you use pointer arithmetic on *records to access differnt values in the dynamic array? or is there an easier way?
  2. Replies
    5
    Views
    2,797

    a do while perhaps? code: do { ...

    a do while perhaps?


    code:
    do

    {
    cout << "\nBlack Knight attacks, does "<<knight_Attack<<" Damage.\n";
    User_Health = User_Health - knight_Attack;
    ...
Results 1 to 2 of 2