Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: function to create/delete/take list directory contents of folder  (Read 7374 times)

0 Members and 1 Guest are viewing this topic.

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: function to create/delete/take list directory contents of folder
« Reply #15 on: February 23, 2016, 12:55:19 am »
I am more concerned that the parameters passed to that function are both const:
const char* home;
const char* path;
stdcat(home, path); // affects "home"
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10822
    • View Profile
    • development blog
    • Email
function to create/delete/take list directory contents of folder
« Reply #16 on: February 23, 2016, 07:40:18 am »
Hmm true to both points, didn't really think it through.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything