...

/

pragma(msg) and pragma(lib)

pragma(msg) and pragma(lib)

Get to learn about pragma(msg) and pragma(lib) in this lesson.

We'll cover the following...

Pragmas

Pragmas are a way of interacting with the compiler. They can be used for providing special information to the compiler as well as getting information from it. Although they are useful in non-templated code, ...