Hi Expers,
I am new to C# and I heard we can do anything in C# :). I wanted to write a program which can create an empty project in CPP. Please let me know if it is possible in C#.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Mar 23, 2012, 8:38 PM
I do not know what version of VS you have. The following is a portion of the Start Page in my installation of VS 2010 Professional. See where it says "Extending Visual Studio"? Click there. If you have a different version of VS, you will easily find the equivalent in the version you have.
Correction: this web site is malfunctioning so I cannot upload the image.
brunda kPosted Mar 24, 2012, 7:11 AM
sarbojit sarkarPosted Mar 24, 2012, 5:11 AM
Thanks for response.
Sam HobbsPosted Mar 23, 2012, 11:45 PM
Sarbojit, I can give a bit more of a hint. When creating a project, expand the "Other Project Types" node of the Installed Templates. There you should find "Visual Studio Add-in". I think that is what you would use to do what you are asking to do using C#. That is about all I am saying since I don't know much more than that.
SenthilkumarPosted Mar 23, 2012, 11:09 PM
While adding project you can select the empty project.
File >> New Project >> Click on Visual Basic or Visual C# >> Empty Project
You can create the empty project.
sarbojit sarkarPosted Mar 23, 2012, 1:35 PM
Suthish NairPosted Mar 23, 2012, 9:46 AM