Is the LCC compiler that is shipped with the MATLAB Compiler, capable of compiling C++ files?
9 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2013-7-2
编辑: MathWorks Support Team
2023-4-30
Is the LCC compiler that is shipped with the MATLAB Compiler, capable of compiling C++
I would like to use the LCC compiler to compile a C++ application I have written, is this possible?
采纳的回答
MathWorks Support Team
2023-4-18
编辑:MathWorks Support Team
2023-4-30
The LCC utility, included with the MATLAB Compiler for Windows, is an ANSI compliant C compiler.
It does not contain functionality to compile code written in the C++ syntax.
For a full list of supported compilers, please see the following link:
The workaround would be to install Windows SDK 7.1 from the following link:
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!