Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
you could place your files in a folder called resources or whatever you want it to be at the same directory as the exe and for. For the file path itwhen using a SDL_LoadBMP() or whatnot will be resources/fooname_of_image.pngbmp or whatever
you could place your files in a folder called resources at the same directory as the exe and for the file path it will be resources/foo.png or whatever
you could place your files in a folder called resources or whatever you want it to be at the same directory as the exe. For the file path when using a SDL_LoadBMP() or whatnot will be resources/name_of_image.bmp
you could place your files in a folder called resources at the same directory as the exe and for the file path it will be resources/foo.png or whatever