I know MSVC can do this via a pragma message -> http://support.microsoft.com/kb/155196
Does gcc have a way to print user created warnings or messages? (I couldn't find a solution with google :( )
views:
231answers:
1
+6
A:
#warning "This will only hurt a little bit."
#error "Or maybe a lot!"
Sean Bright
2009-01-23 03:26:17
Thank you very much :D
acidzombie24
2009-01-23 04:07:54