c++ - Feature request: Can we have #pragma message please? :)
- "Matthew Wilson" <matthew stlsoft.org> Oct 15 2003
- Arjan Knepper <arjan ask.me> Oct 15 2003
- "Matthew Wilson" <matthew stlsoft.org> Oct 15 2003
It exists already #pragma message "Test" #pragma message ( "Test" ) Both give: Test as output.
Oct 15 2003
Grrrrrrrrr! I did tests yesterday on about 10 compilers, and must have just failed to look carefully at the output. <blush> "Arjan Knepper" <arjan ask.me> wrote in message news:bmjm0g$3qg$1 digitaldaemon.com...It exists already #pragma message "Test" #pragma message ( "Test" ) Both give: Test as output.
Oct 15 2003








"Matthew Wilson" <matthew stlsoft.org>