+ 11
Can we add an image (URL) into programming codes.? I mean like java python c++
2 Réponses
+ 5
yes in java we will download image first the display then image.
in c++ we have to use some libraries first to download image then to.display it
+ 2
For C++ I’d suggest SOIL or SDL. SDL will also work with C, not sure if SOIL will.