Visual Studio Community
(then C++ Windows Console project)
Which visual studio product to use?
I want to compile the following code.
https://github.com/EgeBalci/Keylogger
But there are multiple Visual Studio products.
Would you please let me know which one is the best for this task?
https://visualstudio.microsoft.com/products/
- Visual Studio IDE
- Visual Studio for Mac
- Visual Studio App Center
- Visual Studio Code
2 answers
Sort by: Most helpful
-
Castorix31 85,796 Reputation points
2021-01-12T02:22:22.07+00:00 -
Dylan Zhu-MSFT 6,421 Reputation points
2021-01-12T05:08:31.743+00:00 Hi k0mfzKdmO3,
If your environment is Windows 10, you could use visual studio IDE community(free for single developer). If the environment is Mac, the visual studio for MAC is better.
And then, you need to install Desktop developer with C++ in visual studio installer.
By the way, you could refer to this document to configure your development environment: Install C and C++ support in Visual Studio
Best Regards, Dylan
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**