Information Technology Reference
In-Depth Information
This code produces the following output.
Start of Main
Doing work in Main.
End of Main
If you comment out the first line, so that DoTrace is not defined, the compiler will not insert
the code for the two calls to TraceMessage . This time, when you run the program it produces the
following output:
Doing work in Main.
Search WWH ::




Custom Search