News

I'm working on a small project here, and need to change all spaces in a char array to underscores. Meaning that "One Two Three" is changed to "One_Two_Three".Currently, I'm using a function I ...
REX is a half-plant, half-robot survivor that's tied directly to the Fuel Array item in Risk of Rain 2. Here's how to unlock this playable character.
I am trying to pass an array of strings or a 2d array of chars to a function so I can modify them using that function. I have tired referencing, pointers e.t.c but all produce errors. Is there a ...