Exercises in .NET with Andras Nemes
In this post we saw how to use the “if” preprocessor in Visual Studio to “communicate” with the compiler. Here’s a reminder of the example code which we’ll re-use here:
In this post we’ll look at two more preprocessor types: warning and error. If you compile a project you can get one or more errors or warnings:
View original post 50 more words