News

and need to change all spaces in a char array to underscores. Meaning that "One Two Three" is changed to "One_Two_Three".<BR><BR>Currently, I'm using a function I wrote that looks like this:<BR ...
the syntax of modern C++ sometimes gets tricky. And not only for humans, but for code highlighters too, which should tell us something. Let's see: []: Array indexing. And lambda definition ...