Category: Updates

Slicing a vector in C++

Is there an equivalent of list slicing [1:] from Python in C++ with vectors? I simply want to get all but the first element from a vector. Python's l...

IntelliJ how to zoom in / out

The IntelliJ keymap says: Zoom in: Keypad + = Zoom out Keypad - - But they have no effect. Anyone have this working? New info: Now I have added more key-b...