+ 1
Compiling C++ with SFML online
Is there any way to compile my SFML projects online? I haven’t been able to find any working compilers anywhere. Thanks
2 Respuestas
0
Well if you are on linux things are much more easier with gcc and g++ compilers but if you are on windows i encourage you to watch visual studio sfml getting started guide on youtube. You need to set up your static and dynamic libraries as well as linkers for windows.
0
I’ve got it to work on VS2019 on my laptop, but I can’t get it to run anywhere on my school computers so I was wondering if there was any online version that could work