user71272
5
Q:

passing 'const char *' to parameter of type 'char *' discards qualifiers

  char* write_filename;

              fopen((char*)write_filename,"wb");
                 makedir(write_filename);
0

New to Communities?

Join the community