When using the dirent.h package, i am trying to manipulate the d_name char array but getting errors every time.
Does anyone know how to successfully manipulate the d_name char array as if it were a regular string?
This is a discussion on dirent.h d_name within the C Programming forums, part of the General Programming Boards category; When using the dirent.h package, i am trying to manipulate the d_name char array but getting errors every time. Does ...
When using the dirent.h package, i am trying to manipulate the d_name char array but getting errors every time.
Does anyone know how to successfully manipulate the d_name char array as if it were a regular string?
What are you trying to do? Are you per chance adding text into the d_name data?
Perhaps you can post some code?
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.