Posts by Lucas • 99 points
2 posts
-
7
votes3
answers5189
viewsQ: How to convert a string to const char *?
I’m trying to make an audio player (an mp3 player) using the library SDL_mixer. The problem is that I have a function that returns a string (a music directory) that I need to pass this string as an…
-
1
votes1
answer189
viewsQ: How to create a file open dialog with the SDL library?
I’m making a very simple audio player in C (on Ubuntu) for a college job, and I’m using the SDL library to create windows (graphical interface) along with the Sdl_mixer to play the audio. The…