简体   繁体   English

在Visual Studio 2012中是否有C ++的代码提供程序

[英]Is there any code provider for C++ in Visual Studio 2012

I used below codes as code provider for C# and VB.net 我使用下面的代码作为C#和VB.net的代码提供者

var codeProvider = new VBCodeProvider();
var codeProvider = new CSharpCodeProvider();

Like that, Is there any code provider available for C++ in visual studio 2012 像这样,Visual Studio 2012中是否有可用于C ++的代码提供程序

The C/C++ implementation of CodeDomProvider is not available in .net 4 or 4.5, you can tell from the inheritance hierarchy they now provide on MSDN see CodeDomProvider here . CodeDomProviderC / C ++实现在.net 4或4.5中不可用,您可以从MSDN上现在提供的继承层次结构中看出CodeDomProvider

I don't know why that is though. 我不知道为什么会这样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM