No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I have this problem: I have a data structure called DACT, that I convert into a string line and send to another computer. I have a file full of DACTs, and I need to send them all to another computer. When I send only 100, it works fine, but when …
Does this second template happen to be the same as the first one? I mean the same type. You could try to delete that code if that's the case. If its not, change T for another letter, like U.
[QUOTE=Tellalca;1565974]I don't really know how to handle the mode. How can I manipulate mode_t variable to apply my own mode?[/QUOTE] mode_t is simply an unsigned int. chmod checks its last 9 bits. Each 3 bits are for read, write, execute. The first three are for user, then for group and …
The End.
thierrypin