Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using C++ in Visual Studio Community 2017 on Mac?

I installed Microsoft Visual Studio 2017 on my Mac recently, hoping to use it to program in C++. It appeared to install correctly, no errors occurred, but it seems to be missing support for C++. It will only allow me to make projects using C# and F#; I don't see C++ anywhere.

Searching around, many people suggest opening up the Visual Studio Installer and add "C++ Tools" to VS. However, when I open up the visual studio installer, I only see the necessary packages to develop in Android, IOS, .NET, MacOS, and Xamarin.

Where is C++? Do I need to configure visual studio some other way to be able to use it for C++?

like image 259
Shades Avatar asked Mar 11 '18 15:03

Shades


1 Answers

From these links - https://www.visualstudio.com/vs/community/ - https://social.msdn.microsoft.com/Forums/vstudio/en-US/c879ea3b-e834-402a-847c-8214078beaa1/visual-studio-for-mac-c-empty-project?forum=visualstudiogeneral

VS Mac does not support C++

like image 75
Saad Avatar answered Sep 22 '22 14:09

Saad