I prefer a gui progress bar but would like to not add gtk. Console will do.
My program has SDL2 and OpenGL.
While the file is downloading there currently is no window. The simplest way would be to open a console window for the download or to open my gui before downloading the file but I don't know how to do either.
How would I open a console window just for the libcurl progress bar? Or is there another solution?