Compiling C++ with SFML online | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

8th Feb 2020, 8:13 PM
Dan Meadowcroft
2 Answers
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.
9th Feb 2020, 12:10 AM
Talha Altınel (The Last Sith Lord)
Talha Altınel (The Last Sith Lord) - avatar
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
9th Feb 2020, 11:00 PM
Dan Meadowcroft