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
~1K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for a.kris

Im guessing it's because on your last line of the program you have an extra " after fi.

Member Avatar for eggi
0
203
Member Avatar for sparty

Ive recently spent a lot of time using BSD sockets in Linux to do socket programming. I have written this howto with samples to show a person how to send a message buffer. Feel free to comment on this and correct anything that you think i have said wrong or …

0
66
Member Avatar for sadaka

I know this post is old, but in case future people are wondering...... The GNU make utility looks for only these file names in order "GNUmakefile" ,"makefile","Makefile"...... but for the most part never use the first one.... there are other make utilities and they only look for the latter two. …

Member Avatar for sparty
0
154
Member Avatar for Duki
Member Avatar for Duki
0
462
Member Avatar for papuccino1

another way to keep it open for as long as you wish would be to just declare an int(or really any type for that matter) and then read it in place this where you have cin.get above... this does the same thing.. it will wait until you press return to …

Member Avatar for sparty
0
169
Member Avatar for army88m2

[QUOTE=army88m2;663647]I was wondering if this code was correct or not. I am trying to copy all the files and subdirectories in one directory to a newly created directory. cp -R dir/*newdir/* any suggestions?[/QUOTE] cp -r dir/* newdir/

Member Avatar for sparty
0
77
Member Avatar for Nemoticchigga
Member Avatar for sparty
0
48

The End.