Search:

Type: Posts; User: NewtoVosualC++

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,144

    I am supposed to take an array of integers find...

    I am supposed to take an array of integers find one item in the array and delte the item.
  2. Replies
    3
    Views
    1,144

    call this function?

    void remove(string& text, int number_Array, int RemoveItem)
    {
    //initializing varaible
    int i = 0; //setting array to start at position zero
    int number_Array = 10; //setting the number in...
Results 1 to 2 of 2