Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~711 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for thierrypin

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 …

Member Avatar for thierrypin
0
210
Member Avatar for eman 22

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.

Member Avatar for mike_2000_17
0
370
Member Avatar for Tellalca

[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 …

Member Avatar for thierrypin
0
131

The End.