havecompiler
Detect if a C/C++ compiler is configured.
📝Syntax
[status, compiler] = havecompiler()
📤Output Arguments
Parameter Description
status a logical.
compiler a string: 'msvc', 'mingw', 'unix' or ''.
📄Description

havecompiler detects if C/C++ compiler is configured for Nelson.

On Unix platforms (linux, MacOs), havecompiler returns always true as status and unix as compiler.

💡Examples
[status, message] = havecompiler()
🔗See Also
configuremsvcconfiguremingw
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub