News

DECLARE PlayerName AS ARRAY OF STRING INITIALLY [“ “]*5 This line of code creates an array called PlayerName with five elements (five places to store data). This single line of code sets aside ...
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 ...