Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How do you download SDL in this compiler ?

+2 votes
asked Mar 11, 2018 by Daniel Pinto (160 points)
I am following an online tutorial about c++ and now i have to download an extern program to make fire particle, the tutorial is (c++ complete beginners ) it is done in udemy for free, the lesson number is  the 60th , i would really love is somebody at least told me if it is possible or not.

Have a nice day.

1 Answer

0 votes
answered Jun 25, 2025 by Jerry Jeremiah (2,040 points)

You could always go to SDL/src at main · libsdl-org/SDL · GitHub and SDL/include/SDL3 at main · libsdl-org/SDL · GitHub and copy each file and paste it into a file with the sane name on onlinegdb.  I haven't done that for SDL but I have for other libraries - except SDL is a huge library so it would take a lot of effort.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...