u/Which-Passenger-5956

▲ 3 r/EmuDev

Bitset vs Array in C++

I'm making a chip8 emulator in C++ as my first emulator and wanted to know if it would be better to use bitset or an array to define flags, registers, and/or memory since most of the tutorials I find are in C and use what looks like arrays.

If there's any other info or resources you may know about making my first emulator, it would be much appreciated.

reddit.com
u/Which-Passenger-5956 — 5 days ago