I'm new to C++ programming and am working on a Pong game. I want to use SFML libraries, but I want to send the project to a friend. Will he be able to run the project without errors if he does not have SFML installed?
Note: I want to send it as a Visual Studio project, not as an executable.
You can just make a "libraries" folder to your project file and add there the SFML folder.
After doing that open the SFML folder and go to the bin folder and copy all the .dll files you see.
Then paste the dll files to the folder your vs files are (.vcxproj etc)