Include bits in Visual Studio (Easy Solution)
How to include Bits in Visual Studio Easy Solution Finally, after being unable to include bits library in Visual Studio and searching for much time on the internet I have found the following solution as the easiest and simplest solution, Just follow these simple steps and it will work with you (Clarified with Screenshots) 1. Go to Github through this link and download the file as follow https://gist.github.com/Einstrasse/ac0fe7d7450621a39364ed3b05cacd11 2. Download the zipped file on the desktop Save as Desktop 3. Bits file will be available on the zipped file. Now Extract or copy it into the desktop 4. Go to Visual Studio and right-click on the header file as shown in the following image 5. Select Add => Existing Item => and select the Bits file from the desktop. Select Bits File Bits file should be added 6. Now include the bits in the CPP file as shown in the image (#include "bits-stdc++.h") Hope this solution helps you as it helped me Good Luck