Visual Studio Code is lighter than Android Studio , so if you are genuinely limited by your hardware, you may be better off on Visual Studio Code. Also, some plugins and enhancements are only available for one or the other, so that will impact your decision as well.
Read moreShould I use Xcode or Visual Studio?
For Android developers, android studio is the best out there . Visual Studio is basically for DotNet and C# development but now it also has good support for cross platform mobile and Web app development. XCode is a mixture.1 Şub 2015
Read moreIs Visual Studio good for learning C++?
Visual Studio (or the free version, Visual C++ Express) is a perfectly fine choice on Windows . On Linux, you’ll probably end up using GCC. Both are fine compilers. Visual C++ supports both “real” native C++ and C++/CLI, the managed .
Read moreCan you code in C++ in Visual Studio?
You can use Visual Studio to create Standard C++ programs. By following the steps in this walkthrough, you can create a project, add a new file to the project, modify the file to add C++ code, and then compile and run the program by using Visual Studio.
Read more