We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a95c60 commit ad755d2Copy full SHA for ad755d2
README.md
@@ -10,7 +10,8 @@ Yes, we still use graphics.h like a total fucking retard...
10
3. Copy files from include and lib folder from graphics folder file you downloaded in step 1 to include and lib folder of tdm-gcc 32bit.
11
4. Open VS Code and create a new project folder and open C/C++ configuration.
12
5. In the configuration setting set compiler path to C:/TDM-GCC-32/bin/g++.exe (this location may be different).
13
-6. Paste following to compiler arguments -lbgi
+6. Paste following to compiler arguments
14
+-lbgi
15
-lgdi32
16
-lcomdlg32
17
-luuid
0 commit comments