Top "Devkitpro" questions

provider of homebrew toolchains for wii, gamecube, ds, gba, gp32 and psp

Simpler way to set multiple array slots to one value

I'm coding in C++, and I have the following code: int array[30]; array[9] = 1; array[5] = 1; array[14] = 1; array[8] = 2; array[15] = 2; array[23] = 2; array[12] = 2; //... Is …

c++ arrays c++11 initialization devkitpro