Arrays Introduction

  • + 0 comments

    Because begin(), end() functions (not methods) are standard and work for all containers and even arrays like char[]. They are specialized to work with any container you might write too as long as it follows certain guidelines.