Back
Close

C++ Runnable Snippets

Marchete
145.2K views

Filling an array with some initial value

  • Filling an static int array
  • Filling a vector array
  • Filling a vector array

The object for initialization is a complex one. std::fill works exactly the same.

Avoid memset as much as possible:

Check http://en.cppreference.com/w/cpp/algorithm/fill for more info

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io