News

BR>for the "template <" line.<P>g++ gives this:<BR>"could not convert template argument `array' to `const int (&)[5]<BR>ANSI C++ forbids declaration `blah' with no type"<BR>for the declaration of ...
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".<BR><BR>Currently, I'm using a ...